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
ansible/roles/common/templates/conf/output

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

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