Further tuning of fluentd throughput

This commit is contained in:
Stefan Reimer 2021-02-22 21:34:45 +01:00
parent bb6fda041d
commit af010a2033
1 changed files with 3 additions and 3 deletions

View File

@ -163,11 +163,11 @@ fluentd:
<buffer tag>
@type file_single
path /var/log/fluentd-buffers/kubernetes.system.buffer
chunk_limit_records 8192
chunk_limit_size 16MB
total_limit_size 4GB
flush_mode interval
flush_thread_count 2
flush_interval 30s
flush_thread_count 4
flush_interval 5s
flush_at_shutdown true
retry_type exponential_backoff
retry_timeout 60m