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