-
Notifications
You must be signed in to change notification settings - Fork 183
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
Set text compress as default option for FluentD file buffer #850
Set text compress as default option for FluentD file buffer #850
Conversation
ecb9b9f
to
9f28027
Compare
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.
Did we get an estimate of increase in the load due to text
format?
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.
one comment, otherwise LGTM
@@ -211,6 +211,7 @@ fluentd: | |||
totalLimitSize: "128m" | |||
retryMaxInterval: "10m" | |||
retryForever: true | |||
compress: text |
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.
Should we add a comment that GZIP is not supported so it is clear why we set it this way?
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.
@frankreno I would say not recommended and point to the issue. Is it ok?
@vsinghal13 it was 10 times for my test data. It will be compression rate of the gzip for the given log files |
82eaeb2
to
5d6510c
Compare
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.
LGTM, thanks!
Description
Set text compress as default due to fluent/fluentd#3110
Testing performed