Replies: 2 comments 2 replies
-
there's a ring buffer yeah and it looks like it is filling up @pwhelan is the ring buffer size configurable? The alternative is might be to split into per-namespace K8S event inputs as well @Akila-I, they can all have the same tag for output |
Beta Was this translation helpful? Give feedback.
1 reply
-
The ring buffer is not configurable at this moment, it is hard coded to hold at most 1024 records at a time. It could be configurable in the future. @edsiper thoughts? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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. Can someone explain why this is happening and a way to fix this please. I think its because too many events are generated in the cluster and fluent-bit pod goes out of memory. Is that the case?error (log level - debug):
config:
Beta Was this translation helpful? Give feedback.
All reactions