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