90DaysOfDevOps/Days/Monitoring/Fluentd/introduction/configurations/fluent.conf
michaelcade ac9ddf3ffd Day 81
2022-03-28 10:32:52 +01:00

16 lines
554 B
Plaintext

################################################################
# This source reads tail of a file
@include file-fluent.conf
################################################################
# This source gets incoming logs over HTTP
@include http-fluent.conf
################################################################
# This source gets all logs from local docker host
@include containers-fluent.conf
################################################################
# Send all logs to elastic search
@include elastic-fluent.conf