mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
<source>
|
|
@type tail
|
|
format json
|
|
read_from_head true
|
|
tag docker.log
|
|
path /fluentd/log/containers/*/*-json.log
|
|
pos_file /tmp/container-logs.pos
|
|
</source>
|
|
|
|
# <match docker.log>
|
|
# @type file
|
|
# path /output/docker.log
|
|
# </match> |