Skip to content
Snippets Groups Projects
Commit dd9e1e5a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix Fluentd warn on dnsmasq.log file parsing"

parents 98f3283d 4f6470bb
No related branches found
No related tags found
No related merge requests found
<source> <source>
@type tail @type tail
path /var/log/kolla/*/*.log path /var/log/kolla/*/*.log
exclude_path ["/var/log/kolla/rabbitmq/*.log", "/var/log/kolla/mariadb/mariadb.log", "/var/log/kolla/haproxy/*.log", "/var/log/kolla/swift/*.log"] exclude_path ["/var/log/kolla/rabbitmq/*.log", "/var/log/kolla/mariadb/mariadb.log", "/var/log/kolla/haproxy/*.log", "/var/log/kolla/swift/*.log", "/var/log/kolla/neutron/dnsmasq.log"]
pos_file /var/run/td-agent/kolla.pos pos_file /var/run/td-agent/kolla.pos
tag kolla.* tag kolla.*
format /^(?<message>.*)$/ format /^(?<message>.*)$/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment