More fluentd tuning
This commit is contained in:
parent
28e3ce4f8e
commit
1fec29b05f
@ -149,12 +149,11 @@ fluentd:
|
|||||||
path /var/log/fluentd-buffers/kubernetes.system.buffer
|
path /var/log/fluentd-buffers/kubernetes.system.buffer
|
||||||
flush_mode interval
|
flush_mode interval
|
||||||
flush_thread_count 2
|
flush_thread_count 2
|
||||||
flush_interval 5s
|
flush_interval 30s
|
||||||
flush_at_shutdown true
|
flush_at_shutdown true
|
||||||
retry_type exponential_backoff
|
retry_type exponential_backoff
|
||||||
retry_timeout 60m
|
retry_timeout 60m
|
||||||
chunk_limit_size "#{ENV['OUTPUT_BUFFER_CHUNK_LIMIT']}"
|
chunk_limit_size 16M
|
||||||
queue_limit_length "#{ENV['OUTPUT_BUFFER_QUEUE_LIMIT']}"
|
|
||||||
overflow_action drop_oldest_chunk
|
overflow_action drop_oldest_chunk
|
||||||
</buffer>
|
</buffer>
|
||||||
</match>
|
</match>
|
||||||
|
Loading…
Reference in New Issue
Block a user