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
I want to apologize again for how long it is taking to get this release out. For you and anyone else who is waiting, here are pre-release images that you can use. They're built using the same code as our pending 2.31.12 prod release, just on a fresh EC2 intance instead of our pipeline:
The text was updated successfully, but these errors were encountered:
PettitWesley
changed the title
InvalidParameterException: Upload too large with CloudWatch Go plugin
InvalidParameterException: Upload too large with CloudWatch Go plugin [fixed in 2.31.12]
Jun 15, 2023
InvalidParameterException: Upload too large with CloudWatch Go plugin
This may affects you if both of following are true:
This issue causes Fluent Bit to fail to upload data when invalid unicode characters are present.
Versions Impacted
All releases are impacted. 2.31.12 will be the first patch version.
Resolution
2.31.12 release is actively in progress in our pipeline. Check our releases page: https://github.com/aws/aws-for-fluent-bit/releases
Mitigations
I want to apologize again for how long it is taking to get this release out. For you and anyone else who is waiting, here are pre-release images that you can use. They're built using the same code as our pending 2.31.12 prod release, just on a fresh EC2 intance instead of our pipeline:
The tag with "init" in the name is our ECS init release: https://github.com/aws/aws-for-fluent-bit/blob/mainline/use_cases/init-process-for-fluent-bit/README.md
These images can be pulled from any AWS account.
For example, in your Dockerfile:
Or task def:
Or with ECS CLI:
Root Cause
Code which handles utf-8.
See explanation here and here:
The text was updated successfully, but these errors were encountered: