Merge "Disable Fluentd Monasca plugin retry limit"

This commit is contained in:
Zuul 2020-03-17 18:47:12 +00:00 committed by Gerrit Code Review
commit c5afb1bbd3
2 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@
buffer_type file buffer_type file
buffer_path /var/lib/fluentd/data/monasca.buffer/{{ syslog_swift_facility }}.* buffer_path /var/lib/fluentd/data/monasca.buffer/{{ syslog_swift_facility }}.*
max_retry_wait 1800s max_retry_wait 1800s
disable_retry_limit true
</store> </store>
{% endif %} {% endif %}
</match> </match>
@ -100,6 +101,7 @@
buffer_type file buffer_type file
buffer_path /var/lib/fluentd/data/monasca.buffer/{{ syslog_haproxy_facility }}.* buffer_path /var/lib/fluentd/data/monasca.buffer/{{ syslog_haproxy_facility }}.*
max_retry_wait 1800s max_retry_wait 1800s
disable_retry_limit true
</store> </store>
{% endif %} {% endif %}
</match> </match>

View File

@ -13,5 +13,6 @@
buffer_type file buffer_type file
buffer_path /var/lib/fluentd/data/monasca.buffer/openstack.* buffer_path /var/lib/fluentd/data/monasca.buffer/openstack.*
max_retry_wait 1800s max_retry_wait 1800s
disable_retry_limit true
</store> </store>
</match> </match>