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
Describe the bug
We are trying to set up Fluent Bit in a high-availability configuration with 3 replicas. Each pod is processing the same Kubernetes events, leading to duplication of events when sending them to S3.
No available filter for deduplication
To Reproduce
Deploy Fluent Bit as a Deployment with 3 replicas.
Configure the input plugin for Kubernetes events as described in the documentation.
Configure the output plugin to send events to S3.
Configuration files: server, input, filters and output
Bug Report
Describe the bug
We are trying to set up Fluent Bit in a high-availability configuration with 3 replicas. Each pod is processing the same Kubernetes events, leading to duplication of events when sending them to S3.
No available filter for deduplication
To Reproduce
Configuration files: server, input, filters and output
Expected behavior
Fluent Bit should ensure that events are processed only once and sent to S3 without duplication.
Screenshots
Your Environment
Anything i am missing ?
The text was updated successfully, but these errors were encountered: