Minor fluent-bit tuning
This commit is contained in:
parent
84a80f3b97
commit
4cb3bd01c5
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-logging
|
name: kubezero-logging
|
||||||
description: KubeZero Umbrella Chart for complete EFK stack
|
description: KubeZero Umbrella Chart for complete EFK stack
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.8
|
version: 0.3.9
|
||||||
appVersion: 1.2.1
|
appVersion: 1.2.1
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
|
@ -31,7 +31,7 @@ fluentd:
|
|||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: quay.io/fluentd_elasticsearch/fluentd
|
repository: quay.io/fluentd_elasticsearch/fluentd
|
||||||
tag: v3.0.4
|
tag: v2.9.0
|
||||||
istio:
|
istio:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
@ -230,9 +230,10 @@ fluent-bit:
|
|||||||
Path /var/log/containers/*.log
|
Path /var/log/containers/*.log
|
||||||
Parser cri
|
Parser cri
|
||||||
Tag kube.*
|
Tag kube.*
|
||||||
Mem_Buf_Limit 5MB
|
Mem_Buf_Limit 8MB
|
||||||
Skip_Long_Lines On
|
Skip_Long_Lines On
|
||||||
Refresh_Interval 10
|
Refresh_Interval 10
|
||||||
|
Exclude_Path *.gz,*.zip
|
||||||
DB /var/log/flb_kube.db
|
DB /var/log/flb_kube.db
|
||||||
DB.Sync Normal
|
DB.Sync Normal
|
||||||
[INPUT]
|
[INPUT]
|
||||||
@ -240,9 +241,8 @@ fluent-bit:
|
|||||||
Path /var/log/kubernetes/audit.log
|
Path /var/log/kubernetes/audit.log
|
||||||
Parser json
|
Parser json
|
||||||
Tag audit.api-server
|
Tag audit.api-server
|
||||||
Mem_Buf_Limit 5MB
|
Mem_Buf_Limit 8MB
|
||||||
Skip_Long_Lines On
|
Skip_Long_Lines On
|
||||||
Refresh_Interval 60
|
|
||||||
DB /var/log/flb_kube_audit.db
|
DB /var/log/flb_kube_audit.db
|
||||||
DB.Sync Normal
|
DB.Sync Normal
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user