1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00
dockerfiles/fluent-bit
2024-11-18 12:15:55 +08:00
..
data update fluent-bit 2024-11-18 12:15:55 +08:00
docker-compose.yml update fluent-bit 2024-11-18 12:15:55 +08:00
README.md update fluent-bit 2024-11-18 12:15:55 +08:00

fluent-bit

Fluent Bit is a fast Log Processor and Forwarder for Linux, Windows, Embedded Linux, MacOS and BSD family operating systems. It's part of the Graduated Fluentd Ecosystem and a CNCF sub-project.

$ mkdir -p data/{etc,var}
$ wget -P data/etc https://github.com/fluent/fluent-bit/raw/master/conf/fluent-bit.conf \
                   https://github.com/fluent/fluent-bit/raw/master/conf/parsers.conf \
                   https://github.com/fluent/fluent-bit/raw/master/conf/plugins.conf
$ vim data/etc/fluent-bit.conf
$ docker-compose up -d
$ docker-compose logs --tail 10 -f