Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
587
stars
250
forks
source link
help request: Pods logs from specific namespace are not being populated with `kubernetes.*` fields by fluent-bit #1057
Open
fhperuchi opened 9 months ago
Describe the issue
I am using only these non-default configurations on
values.yaml
:For all the namespace I get logs enriched with
kubernetes.*
fields:But for the
artifactory
namespace pod I have here, I do not havekubernetes.*
fields populated:One detail is that
artifactory
logs has colors on some logs parts, and others do not have it. Example (green and purple colors):Could you help, please?
How did you install fluent operator?
Via Helm Chart from
master
branch only changing tocontained
containerRuntime and sending logs tostdout
output.Additional context
No response