mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-08 23:09:57 +07:00
13 lines
251 B
Plaintext
13 lines
251 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>
|