Reduce fluentd chunk size and increase retry timeout

This commit is contained in:
Stefan Reimer 2021-03-10 10:44:51 +01:00
parent 815a8b54f9
commit b070416e45
1 changed files with 2 additions and 2 deletions

View File

@ -181,14 +181,14 @@ fluentd:
<buffer tag>
@type file_single
path /var/log/fluentd-buffers/kubernetes.system.buffer
chunk_limit_size 16MB
chunk_limit_size 8MB
total_limit_size 4GB
flush_mode interval
flush_thread_count 4
flush_interval 5s
flush_at_shutdown true
retry_type exponential_backoff
retry_timeout 60m
retry_timeout 300m
overflow_action drop_oldest_chunk
disable_chunk_backup true
</buffer>