You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using kubernetes_events input plugin and forwarding events to OpenSearch via Fluent-Bit (version 3.16). I'm getting this error in fluent-bit pod logs continuously and the pod crashes at some point. I think its because too many events are generated in the cluster and the ring buffer size (default 512 entries) in the input plugin is overflowed. Can we have a configurable to set the ring buffer size for kubernetes_events input plugin or another solution for stop fluent-bit dropping out the events in the cluster?
Bug Report
We are using kubernetes_events input plugin and forwarding events to OpenSearch via Fluent-Bit (version 3.16). I'm getting this error in fluent-bit pod logs continuously and the pod crashes at some point. I think its because too many events are generated in the cluster and the ring buffer size (default 512 entries) in the input plugin is overflowed. Can we have a configurable to set the ring buffer size for kubernetes_events input plugin or another solution for stop fluent-bit dropping out the events in the cluster?
To Reproduce
This behavior is observed in a large k8s cluster with k8s events are generated in a very high frequency.
Expected behavior
All the generated k8s events should be entered to the fluent-bit pipeline through kubernetes_events input.
Screenshots
Your Environment
Additional context
Related discussion: #9812
The text was updated successfully, but these errors were encountered: