Skip to content
Snippets Groups Projects
Commit 613e1d30 authored by jurgenhaas's avatar jurgenhaas
Browse files

Define flush_thread_count

parent 77fc2fc4
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@
@type file
path /var/log/td-agent/buffer/alerta.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
<format>
@type json
......@@ -264,6 +265,7 @@
@type file
path /var/log/td-agent/buffer/{{ appl.index }}.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
</match>
{% endif %}
......@@ -283,6 +285,7 @@
@type file
path /var/log/td-agent/buffer/ansible.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
request_timeout 15s
</match>
......@@ -300,6 +303,7 @@
@type file
path /var/log/td-agent/buffer/uptime.ping.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
request_timeout 15s
</match>
......@@ -317,6 +321,7 @@
@type file
path /var/log/td-agent/buffer/haproxy.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
request_timeout 15s
</match>
......@@ -335,6 +340,7 @@
@type file
path /var/log/td-agent/buffer/default.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
request_timeout 15s
</match>
......@@ -357,6 +363,7 @@
@type file
path /var/log/td-agent/buffer/forward.*.buffer
flush_at_shutdown true
flush_thread_count 8
</buffer>
</match>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment