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