1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/fluent-bit/README.md
2023-05-06 16:41:05 +08:00

625 B

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
$ docker-compose up -d
$ docker-compose logs --tail 10 -f