Fix fluentd parsing of json

This commit is contained in:
Stefan Reimer 2020-09-08 15:34:16 +01:00
parent a1af1a2753
commit da503ab38c
1 changed files with 2 additions and 1 deletions

View File

@ -159,10 +159,11 @@ fluentd:
</match>
filter.conf: |
<filter kube.*>
<filter kube.**>
@type parser
key_name message
remove_key_name_field true
emit_invalid_record_to_error false
<parse>
@type json
</parse>