Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
#### Motivation Fluent Bit is experiencing a lot of network errors connecting to `logs.ap-southeast-2.amazonaws.com`. This amount of errors does increase the log storage cost, see #374. This is a known issue for which Fluent Bit team made [some recommendations to reduce it](aws/aws-for-fluent-bit#340). This PR is applying one of these recommendations and has been tested with success on non prod. #### Modification - Remove [the patch](#374) that stops sending Fluent Bit application logs to CloudWatch - Set the Fluent Bit `keepalive idle timeout` to 4s (default is 1.5s) following [the recommendations made here](aws/aws-for-fluent-bit#340). #### Checklist - [ ] Tests updated - N/A - [x] Docs updated - [x] Issue linked in Title --------- Co-authored-by: Victor Engmark <[email protected]>
- Loading branch information