Fluent bit v1.9.10 - ECS task becomes unhealthy #9135
-
We are running the following configuration:
And once we enabled this at scale, we are seeing high volume of the following errors in cloudwatch which we believe to be the cause for the parent ECS Task becoming unhealthy with CPU for the fluent bit container spiking to 100%.
The series of events we see play out:
Acknowledging the many factors in play here, we are curious if anyone else here has a similar configuration and / or maybe had experienced similar issues? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
1.9.10 is super old, I would recommend trying a newer version or having an aggregator in the middle. Essentially get the data out of ECS into a process that can then fire that up to blob. It could be another set of Fluent Instances running on EKS that receive and route to Blob |
Beta Was this translation helpful? Give feedback.
-
Thank you @agup006, we successfully fixed by upgrading to v3.1.4. Opened this for aws-for-fluent-bit to fix aws/aws-for-fluent-bit#850 |
Beta Was this translation helpful? Give feedback.
1.9.10 is super old, I would recommend trying a newer version or having an aggregator in the middle.
Essentially get the data out of ECS into a process that can then fire that up to blob. It could be another set of Fluent Instances running on EKS that receive and route to Blob