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

This commit is contained in:
Jenkins 2017-04-12 12:15:55 +00:00 committed by Gerrit Code Review
commit ba81fc8b5e

View File

@ -1,7 +1,7 @@
<source>
@type tail
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", "/var/log/kolla/neutron/dnsmasq.log"]
exclude_path ["/var/log/kolla/rabbitmq/*.log", "/var/log/kolla/mariadb/mariadb.log", "/var/log/kolla/haproxy/*.log", "/var/log/kolla/swift/*.log"]
pos_file /var/run/td-agent/kolla.pos
tag kolla.*
format /^(?<message>.*)$/