I have installed fluent-bit (v2.2.0) in my cluster via fluent-operator (v2.7.0).
But when the fluent-bit pods come up, they don't transport any logs. The only logs that I can see are container CPU usage:
setenv + echo 'CONTAINER_ROOT_DIR=/var/log'
fluent-operator I0415 12:28:53.331314 1 request.go:690] Waited for 1.0422717s due to client-side throttling, not priority and fairness, request: GET:https://10.100.0.1:443/apis/coordination.k8s.io/v1?timeout=32s
fluent-operator 2024-04-15T12:28:54Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": ":8080"}
fluent-operator 2024-04-15T12:28:54Z INFO setup starting manager
fluent-operator 2024-04-15T12:28:54Z INFO Starting server {"path": "/metrics", "kind": "metrics", "addr": ":8080"}
fluent-operator 2024-04-15T12:28:54Z INFO Starting server {"kind": "health probe", "addr": ":8081"}
Stream closed EOF for logging/fluent-operator-5bf7f5cfcb-www4b (setenv)
Stream closed EOF for logging/fluent-operator-5bf7f5cfcb-www4b (fluent-operator)
How did you install fluent operator?
I have installed fluent-operator by this helm chart. Fluent bit configuration that I am passing in are as:
Describe the issue
I have installed fluent-bit (v2.2.0) in my cluster via fluent-operator (v2.7.0). But when the fluent-bit pods come up, they don't transport any logs. The only logs that I can see are container CPU usage:
Logs in fluent-operator pods are as:
How did you install fluent operator?
I have installed fluent-operator by this helm chart. Fluent bit configuration that I am passing in are as:
Additional context
Other configurations are as:
Please let me know if any more detail is required.