From d32316915dbdb88694395cfd65f99ac943af91c1 Mon Sep 17 00:00:00 2001 From: ekremsekerci Date: Thu, 15 Aug 2024 13:45:55 +0200 Subject: [PATCH] Increase waiting limit of fluentbit --- etc/fluentbit/fluentbit.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/fluentbit/fluentbit.conf b/etc/fluentbit/fluentbit.conf index 1d574064b..a28bce0b5 100644 --- a/etc/fluentbit/fluentbit.conf +++ b/etc/fluentbit/fluentbit.conf @@ -1,3 +1,8 @@ +[SERVICE] + Retry_Limit 20 # Set the retry limit to 20 attempts + Retry_Initial 5s # Set the initial backoff to 5 seconds + Retry_Max 240s # Set the maximum backoff time to 240 seconds + [INPUT] Name tcp Listen localhost