From d144e094433fd89d08b4d92da4846f8fce6d01aa Mon Sep 17 00:00:00 2001 From: caicloud-bot Date: Tue, 30 Jun 2020 13:34:29 +0800 Subject: [PATCH] block logs from default/kube-system namespaces (#97) Co-authored-by: Chuan Li --- release/logging-filebeat.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/release/logging-filebeat.yaml b/release/logging-filebeat.yaml index a9076e3e..9d375188 100644 --- a/release/logging-filebeat.yaml +++ b/release/logging-filebeat.yaml @@ -55,10 +55,11 @@ _config: command: - /opt/log-pilot/bin/log-pilot args: - - --path.template=filebeat.tpl - - --path.filebeat-home=/opt/filebeat - - --logLevel=debug - - -e + - "--path.template=filebeat.tpl" + - "--path.filebeat-home=/opt/filebeat" + - "--logLevel=info" + - "-e" + - "--namespace.blacklist=default,kube-system" env: - name: OUTPUT_CONFIG from: