File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
ansible/roles/common/templates/conf/output Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 35
35
reconnect_on_error true
36
36
buffer_type file
37
37
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_swift_facility }}.*
38
+ suppress_type_name true
38
39
</store >
39
40
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
40
41
<store >
97
98
reconnect_on_error true
98
99
buffer_type file
99
100
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_haproxy_facility }}.*
101
+ suppress_type_name true
100
102
</store >
101
103
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
102
104
<store >
157
159
reconnect_on_error true
158
160
buffer_type file
159
161
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_glance_tls_proxy_facility }}.*
162
+ suppress_type_name true
160
163
</store >
161
164
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
162
165
<store >
218
221
reconnect_on_error true
219
222
buffer_type file
220
223
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/{{ syslog_neutron_tls_proxy_facility }}.*
224
+ suppress_type_name true
221
225
</store >
222
226
{% elif enable_monasca | bool and monasca_ingest_control_plane_logs | bool %}
223
227
<store >
Original file line number Diff line number Diff line change 25
25
reconnect_on_error true
26
26
buffer_type file
27
27
buffer_path /var/lib/fluentd/data/elasticsearch.buffer/openstack.*
28
+ suppress_type_name true
28
29
</store >
29
30
</match >
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Stops Fluentd warning message when posting to Elasticsearch 7 bulk
5
+ API.
You can’t perform that action at this time.
0 commit comments