Skip to content
Snippets Groups Projects
Commit 1fe17482 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix deprecation warnings in fluentd"

parents 26536011 3611f053
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
port {{ fluentd_syslog_port }}
bind {{ api_interface_address }}
tag syslog
priority_key log_level
severity_key log_level
source_hostname_key Hostname
format /^(?<Payload>.*)$/
</source>
......@@ -3,9 +3,11 @@
<store>
@type file
path /var/log/kolla/swift/swift_latest.*.log
utc
append true
compress gzip
<buffer>
timekey_use_utc
</buffer>
</store>
{% if log_direct_to_elasticsearch %}
<store>
......@@ -58,9 +60,11 @@
path /var/log/kolla/haproxy/haproxy_latest.*.log
output_tag false
output_time false
utc
append true
compress gzip
<buffer>
timekey_use_utc
</buffer>
</store>
{% if log_direct_to_elasticsearch %}
<store>
......@@ -113,9 +117,11 @@
path /var/log/kolla/glance-tls-proxy/glance-tls-proxy.*.log
output_tag false
output_time false
utc
append true
compress gzip
<buffer>
timekey_use_utc
</buffer>
</store>
{% if log_direct_to_elasticsearch %}
<store>
......
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