filter-record-transformer: remove old behaviours - #1311
Merged
Conversation
Member
|
I want to drop too.Dropping this enforces users to specify record keys as "record[key]", it enables to remove method_missing and we can improve performance as record_modifier does. |
Member
|
Codes look good, okay to merge this individually. |
Member
Author
|
@sonots Thanks for the review.
This is good idea. Could you write a patch? |
Watson1978
added a commit
to Watson1978/fluentd-docs-gitbook
that referenced
this pull request
Jul 24, 2026
The default value was changed at fluent/fluentd#1311 Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
kenhys
added a commit
to fluent/fluentd-docs-gitbook
that referenced
this pull request
Jul 24, 2026
* Fix auto_typecast default value The default value was changed at fluent/fluentd#1311 Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Fix rate_period default value The rate_period was introduced at fluent/fluentd#3535. The default value was 5 from the beginning. Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Fix backlog default value The backlog parameter was introduced at fluent/fluentd@48b5173 Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Fix proto default value The proto parameter was introduced at fluent/fluentd@adb82fb Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Fix parameter type of keepalive_timeout Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Fix parameter type of emit_interval Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Fix parameter type of tls_cert_use_enterprise_store Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Update introduced version Co-authored-by: Kentaro Hayashi <kenhys@gmail.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Update introduced version Co-authored-by: Kentaro Hayashi <kenhys@gmail.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Update introduced version Co-authored-by: Kentaro Hayashi <kenhys@gmail.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Update introduced version Co-authored-by: Kentaro Hayashi <kenhys@gmail.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com> * Update introduced version Signed-off-by: Shizuo Fujita <fujita@clear-code.com> --------- Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Co-authored-by: Kentaro Hayashi <kenhys@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We got many questions "Why transformed result is string?"
Time to change default behaviour before stable v0.14.
@sonots Could you check this patch?