Merge "Add suppress_type_name to stop warnings with ES7"
This commit is contained in:
commit
578ca1d647
@ -35,6 +35,7 @@
|
|||||||
reconnect_on_error true
|
reconnect_on_error true
|
||||||
buffer_type file
|
buffer_type file
|
||||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_swift_facility }}.*
|
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_swift_facility }}.*
|
||||||
|
suppress_type_name true
|
||||||
</store>
|
</store>
|
||||||
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
||||||
<store>
|
<store>
|
||||||
@ -97,6 +98,7 @@
|
|||||||
reconnect_on_error true
|
reconnect_on_error true
|
||||||
buffer_type file
|
buffer_type file
|
||||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_haproxy_facility }}.*
|
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_haproxy_facility }}.*
|
||||||
|
suppress_type_name true
|
||||||
</store>
|
</store>
|
||||||
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
||||||
<store>
|
<store>
|
||||||
@ -157,6 +159,7 @@
|
|||||||
reconnect_on_error true
|
reconnect_on_error true
|
||||||
buffer_type file
|
buffer_type file
|
||||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_glance_tls_proxy_facility }}.*
|
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_glance_tls_proxy_facility }}.*
|
||||||
|
suppress_type_name true
|
||||||
</store>
|
</store>
|
||||||
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
||||||
<store>
|
<store>
|
||||||
@ -218,6 +221,7 @@
|
|||||||
reconnect_on_error true
|
reconnect_on_error true
|
||||||
buffer_type file
|
buffer_type file
|
||||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_neutron_tls_proxy_facility }}.*
|
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_neutron_tls_proxy_facility }}.*
|
||||||
|
suppress_type_name true
|
||||||
</store>
|
</store>
|
||||||
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
|
||||||
<store>
|
<store>
|
||||||
|
@ -25,5 +25,6 @@
|
|||||||
reconnect_on_error true
|
reconnect_on_error true
|
||||||
buffer_type file
|
buffer_type file
|
||||||
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/openstack.*
|
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/openstack.*
|
||||||
|
suppress_type_name true
|
||||||
</store>
|
</store>
|
||||||
</match>
|
</match>
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Stops Fluentd warning message when posting to Elasticsearch 7 bulk
|
||||||
|
API.
|
Loading…
Reference in New Issue
Block a user