mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
16 lines
554 B
Plaintext
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 |