Replies: 1 comment 1 reply
-
|
Adjusting the retry limits on the output would likely prevent it blocking, I'm guessing at the moment you have defaults of retry forever on both outputs? |
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.
-
Hi,
I’m running Fluent Bit as a FireLens sidecar on ECS, replacing the CloudWatch Agent.
Setup
Issue
When one output becomes unavailable:
Understanding
From the docs, it seems Fluent Bit has a single shared buffer per input, and backpressure is applied at the input level.
So if one output is blocked and the buffer is full, all outputs are affected.
Is this correct?
Question
Is there any supported way to:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions