Skip to content

panubo/docker-fluentd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images for Fluentd

Panubo's customised fluentd Docker images.

  • debian - Debian base for Systemd support.

Unmaintained

  • alpine - Based on official optimised Alpine image.
  • stress-tester - Fluentd image that continuously outputs log messages for testing logging systems.

License

MIT License Volt Grid Pty Ltd.

Fluentd (Debian Base)

This includes the following plugins:

Systemd

Setting systemd matches

Config

Mount your fluentd config files into the container at /fluentd/etc/conf.d/*.conf for fluentd to pick them up.

Example Usage

docker run --rm -it --name fluentd -v $(pwd)/conf.d:/fluentd/etc/conf.d:ro -v $(pwd)/data:/home/fluent -v /var/log/journal:/var/log/journal:ro --security-opt label:disable --group-add 190 --user 1000 panubo/fluentd:1.11.1-debian