Skip to content

Commit

Permalink
Add multiline parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed Jul 7, 2023
1 parent c3c5c6f commit cfa93c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/eks-monitoring/add-ons/aws-for-fluentbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ cloudWatchLogs:
logStreamTemplate: $kubernetes['container_name'].$kubernetes['pod_name']
logKey: log
logRetentionDays: ${log_retention_days}

input:
enabled: false

additionalInputs: |
[INPUT]
Name tail
Tag kube.*
Path /var/log/containers/*.log
DB /var/log/flb_kube.db
Mem_Buf_Limit 5MB
Skip_Long_Lines On
Refresh_Interval 10
multiline.parser cri, docker, go, java, python

0 comments on commit cfa93c3

Please sign in to comment.