mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
logging: fluent-bit: don't merge json
This commit is contained in:
parent
16a9f8ba34
commit
caeb6db568
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ fluent-bit:
|
||||||
input:
|
input:
|
||||||
systemd:
|
systemd:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
filter:
|
||||||
|
mergeJSONLog: false
|
||||||
backend:
|
backend:
|
||||||
# no support for gelf in chart, configure manually
|
# no support for gelf in chart, configure manually
|
||||||
type: none
|
type: none
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue