Skip to content

Commit

Permalink
block logs from default/kube-system namespaces (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Chuan Li <[email protected]>
  • Loading branch information
caicloud-bot and lichuan0620 authored Jun 30, 2020
1 parent f30468f commit d144e09
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions release/logging-filebeat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d144e09

Please sign in to comment.