<source>
@type tail
path /var/log/containers/*.log
exclude_path ["/var/log/containers/*fluent*"]
pos_file /var/log/containers/containers-log.pos
tag kubernetes.*
read_from_head true
<parse>
@type json
time_format %Y-%m-%dT%H:%M:%S
</parse>
</source>
<source>
@type tail
path /var/log/containers/*.log
echo "exclude_path `cat exclude_path`"
#OR
#exclude_path `cat exclude_path`
pos_file /var/log/containers/containers-log.pos
tag kubernetes.*
read_from_head true
<parse>
@type json
time_format %Y-%m-%dT%H:%M:%S
</parse>
</source>
--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.