marcel-dempers 67c54641ea logging-wip
2020-09-22 03:15:01 +10:00

15 lines
234 B
Plaintext

<source>
@type tail
format json
read_from_head true
tag docker.logs
path /fluentd/log/containers/*/*-json.log
pos_file /tmp/container-logs.pos
</source>
<match docker.logs>
@type file
path /output/test.log
</match>