forked from k-space/kube
Reduce Filebeat logging verbosity
This commit is contained in:
parent
9cc39fcd17
commit
d1cb00ff83
@ -10,6 +10,8 @@ spec:
|
||||
kibanaRef:
|
||||
name: kibana
|
||||
config:
|
||||
logging:
|
||||
level: warning
|
||||
http:
|
||||
enabled: true
|
||||
port: 5066
|
||||
|
@ -6,6 +6,8 @@ metadata:
|
||||
namespace: logging
|
||||
data:
|
||||
filebeat.yml: |-
|
||||
logging:
|
||||
level: warning
|
||||
setup:
|
||||
ilm:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user