Is there any way to drop chunk for one output if that output upstream can't catch up? #4758
Unanswered
rendyfebry
asked this question in
Q&A
Replies: 1 comment 2 replies
-
One parameter that might be able to perform this is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have a fluent bit sidecar that sends logs to Cloudwatch and Fluentd.
The problem is, sometimes there's a time when our Fluentd server can't keep up with the logs throughput. And when this happens it will put backpressure on our fluent bit and pause the input plugin altogether and we lose logs entirely.
So, is there a way to drop the chunk if the fluent bit is unable to deliver them to one output without affecting the other output?
Maybe something similar to
drop_oldest_chunk
behavior on Fluentd buffer.Beta Was this translation helpful? Give feedback.
All reactions