Skip to content

Commit

Permalink
fix(DMVP-2716): Fix fluent-bit config
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Sep 13, 2023
1 parent a1af57a commit 0aca38b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
config:
## https://docs.fluentbit.io/manual/pipeline/inputs
inputs: |
[INPUT]
Name tail
Path /var/log/containers/*.log
multiline.parser docker, cri
Tag kube.*
Mem_Buf_Limit 5MB
Skip_Long_Lines On
[INPUT]
Name systemd
Tag host.*
Systemd_Filter _SYSTEMD_UNIT=kubelet.service
Read_From_Tail On
outputs: |
[OUTPUT]
Name cloudwatch_logs
Expand Down

0 comments on commit 0aca38b

Please sign in to comment.