Skip to content

Commit

Permalink
chore(fluent-bit): increase interval
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort committed Dec 29, 2024
1 parent a531be3 commit 7fd6be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.1.6

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
16 changes: 8 additions & 8 deletions fluent-bit/templates/configmap-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
data:
fluent-bit.conf: |
[SERVICE]
Flush 5
Flush 60
Log_Level info
Daemon off
Parsers_File parsers.conf
Expand Down Expand Up @@ -35,7 +35,7 @@ data:
DB /var/fluent-bit/state/flb_container.db
Mem_Buf_Limit 50MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Rotate_Wait 30
storage.type filesystem
Read_from_Head ${READ_FROM_HEAD}
Expand All @@ -48,7 +48,7 @@ data:
DB /var/fluent-bit/state/flb_log.db
Mem_Buf_Limit 5MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Read_from_Head ${READ_FROM_HEAD}
[INPUT]
Expand All @@ -62,7 +62,7 @@ data:
DB /var/fluent-bit/state/flb_cwagent.db
Mem_Buf_Limit 5MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Read_from_Head ${READ_FROM_HEAD}
[FILTER]
Expand Down Expand Up @@ -115,7 +115,7 @@ data:
DB /var/fluent-bit/state/flb_dataplane_tail.db
Mem_Buf_Limit 50MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Rotate_Wait 30
storage.type filesystem
Read_from_Head ${READ_FROM_HEAD}
Expand Down Expand Up @@ -151,7 +151,7 @@ data:
DB /var/fluent-bit/state/flb_dmesg.db
Mem_Buf_Limit 5MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Read_from_Head ${READ_FROM_HEAD}
[INPUT]
Expand All @@ -162,7 +162,7 @@ data:
DB /var/fluent-bit/state/flb_messages.db
Mem_Buf_Limit 5MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Read_from_Head ${READ_FROM_HEAD}
[INPUT]
Expand All @@ -173,7 +173,7 @@ data:
DB /var/fluent-bit/state/flb_secure.db
Mem_Buf_Limit 5MB
Skip_Long_Lines On
Refresh_Interval 10
Refresh_Interval 300
Read_from_Head ${READ_FROM_HEAD}
[FILTER]
Expand Down

0 comments on commit 7fd6be8

Please sign in to comment.