Fix fluentd warnings caused by "type copy"
A "@type copy" statement is already present at the beginning of each match element, so extra "type copy" are not needed. They are causing the following warnings in fluentd logs: [warn]: parameter 'type' in <match syslog.local0.**> [warn]: parameter 'type' in <match syslog.local1.**> This commit also harmonizes indentation of the Monasca config block. Change-Id: I779c2b942d007acbdd43d999f2fc0cdc131d431f Related-Bug: #1885873
This commit is contained in:
parent
376988125a
commit
5b05781241
@ -37,7 +37,6 @@
|
||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_swift_facility }}.*
|
||||
</store>
|
||||
{% elif enable_monasca | bool %}
|
||||
type copy
|
||||
<store>
|
||||
@type monasca
|
||||
keystone_url {{ keystone_internal_url }}
|
||||
@ -100,7 +99,6 @@
|
||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_haproxy_facility }}.*
|
||||
</store>
|
||||
{% elif enable_monasca | bool %}
|
||||
type copy
|
||||
<store>
|
||||
@type monasca
|
||||
keystone_url {{ keystone_internal_url }}
|
||||
@ -160,7 +158,6 @@
|
||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_glance_tls_proxy_facility }}.*
|
||||
</store>
|
||||
{% elif enable_monasca | bool %}
|
||||
type copy
|
||||
<store>
|
||||
@type monasca
|
||||
keystone_url {{ keystone_internal_url }}
|
||||
|
Loading…
Reference in New Issue
Block a user