From d1cb00ff83e264438e5b91af699b692de0ab3bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 17 Sep 2022 08:06:42 +0300 Subject: [PATCH] Reduce Filebeat logging verbosity --- elastic-system/application.yml | 2 ++ logging/filebeat.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/elastic-system/application.yml b/elastic-system/application.yml index ac9de10..404b3ed 100644 --- a/elastic-system/application.yml +++ b/elastic-system/application.yml @@ -10,6 +10,8 @@ spec: kibanaRef: name: kibana config: + logging: + level: warning http: enabled: true port: 5066 diff --git a/logging/filebeat.yml b/logging/filebeat.yml index 8c488b5..a9107a4 100644 --- a/logging/filebeat.yml +++ b/logging/filebeat.yml @@ -6,6 +6,8 @@ metadata: namespace: logging data: filebeat.yml: |- + logging: + level: warning setup: ilm: enabled: false