From 2d7b815636aa7093ce3e609c2d93bc9292c750ce Mon Sep 17 00:00:00 2001 From: Benjamin Huo Date: Sat, 25 Mar 2023 23:24:05 +0800 Subject: [PATCH] disable stdout output by default in helm Signed-off-by: Benjamin Huo --- charts/fluent-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fluent-operator/values.yaml b/charts/fluent-operator/values.yaml index c6287e7d6..aec2c70a2 100644 --- a/charts/fluent-operator/values.yaml +++ b/charts/fluent-operator/values.yaml @@ -163,7 +163,7 @@ fluentbit: opensearch: {} # You can configure the opensearch-related configuration here stdout: - enable: true + enable: false # Configure the default filters in FluentBit. # The `filter` will filter and parse the collected log information and output the logs into a uniform format. You can choose whether to turn this on or not.