[BB-1312] - Pulling in upstream helm chart
Updating chart/ to be based off of the upstream helm chart provided by fluent: https://github.com/fluent/helm-charts/blob/master/charts/fluent-bit/
addresses #2 (closed)
Merge request reports
Activity
mentioned in issue #2 (closed)
added 1 commit
- 110934df - refactor: Updating values for filter options
added 1 commit
- cc4992c6 - refactor: pod tpl machine-id for non k3s clusters
added 1 commit
- 97fa708a - refactor: Removing values for apiserver vers
assigned to @kavitha
assigned to @iahmad
117 [SERVICE] 118 Flush 1 119 Daemon Off 120 Log_Level info 121 Parsers_File parsers.conf 122 Parsers_File custom_parsers.conf 123 HTTP_Server On 124 HTTP_Listen 0.0.0.0 125 HTTP_Port 2020 126 127 ## https://docs.fluentbit.io/manual/pipeline/inputs 128 inputs: | 129 [INPUT] 130 Name tail 131 Path /var/log/containers/*.log 132 Parser docker @ryan.j.garcia what are your thoughts on adding
## Prevent fluent from picking up its own logs Exclude_Path /var/log/containers/*fluent*.log
hmmm i've always seen the following fluentd config:
## Ignore fluentd own events <match fluent.**> @type null </match>
to prevent an infinite loop of fluent erroring on something, then picking up on its own log errroring on something, and getting caught in a loop. But I think that would only happen if
fluentbit
is throwing an error in which case it most likely isn't successfully writing out to ec + kibana. Or maybe fluentbit handles this differently all together?
mentioned in merge request !8 (closed)
mentioned in commit 92e2001b