Merge "Disable Fluentd Monasca plugin retry limit"
This commit is contained in:
commit
c5afb1bbd3
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user