-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade fluent-bit #842
upgrade fluent-bit #842
Conversation
Codecov Report
@@ Coverage Diff @@
## master #842 +/- ##
==========================================
- Coverage 86.41% 85.76% -0.65%
==========================================
Files 12 12
Lines 2090 2100 +10
Branches 289 290 +1
==========================================
- Hits 1806 1801 -5
- Misses 173 187 +14
- Partials 111 112 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great. how will this solution handle existing old logs in all our clusters?
Changes are backward compatible. S3 plugin writes log files with the same S3 key prefix |
excellent. thank you! |
Closes #837
Fluent Bit in recent versions introduced new AWS S3 plugin which is able to put logs directly to object storage. Currently we use Fluentd to forward logs to object storage.
PR contains following changes: