From 27ac03d9a0f0572af140e65f06f81c8cd0fa758e Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 15 Jun 2021 16:14:29 +0200 Subject: [PATCH] Switch to file buffer --- charts/kubezero-logging/values.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/charts/kubezero-logging/values.yaml b/charts/kubezero-logging/values.yaml index 21f83eb..2269328 100644 --- a/charts/kubezero-logging/values.yaml +++ b/charts/kubezero-logging/values.yaml @@ -186,19 +186,22 @@ fluentd: request_timeout 60s suppress_type_name true slow_flush_log_threshold 50.0 - # bulk_message_request_threshold 2097152 + + # Retry failed bulk requests + # https://github.com/uken/fluent-plugin-elasticsearch#unrecoverable-error-types + unrecoverable_error_types ["out_of_memory_error"] + bulk_message_request_threshold 2097152 - @type file_single - chunk_limit_size 2MB + @type file + chunk_limit_size 4MB total_limit_size 2GB flush_mode interval flush_thread_count 1 - flush_interval 10s + flush_interval 30s flush_at_shutdown true retry_type exponential_backoff retry_timeout 2h - flush_thread_interval 30s overflow_action drop_oldest_chunk disable_chunk_backup true