Hi users!
We have released Fluentd version 0.12.20. Here are the changes:
skip_invalid_event parameter to check and skip invalid event: #766Add multiline_flush_interval parameter for periodic flush with multiline format: #775record["key"] syntax: #766on_exit_process hook point to DetachProcessMixin: #757multiline_flush_interval parameterIn multiline mode, format_firstline is a trigger for flushing buffered event. This has one limitation that next event is needed. So if next event is delayed, flushing event is also delayed.
v0.12.20 introduces multiline_flush_interval to resolve this problem. If set multiline_flush_interval 5s, in_tail flushes buffered event after 5 seconds from last emit.
record["key"] syntaxrecord_transformer filter uses ${key} to access key field of event record. This is confusing syntax because ${time} means event time, not time field of event record.
Since v0.12.20, record_transformer supports ${record["key"]} syntax. This is same syntax with record_modifier and elasticsearch_dynamic. We recommend to use ${record["key"]} instead of ${key}.
<record>
foo ${foo} # existing syntax
foo ${record["foo"]} # new syntax
</record>
Lastly, v0.12.20 docker image has also been available on Docker Hub.
Happy logging!
Subscribed to the RSS feed here.
Masahiro (@repeatedly) is the main maintainer of Fluentd. He works on Fluentd development and support full-time. He is also a committer of the D programming language.
Fluentd is an open source data collector to unify log management.
2025-09-04: Upgrade Guide for fluent-package v6
2024-08-29: Scheduled support lifecycle announcement about Fluent Package v6
2023-08-29: Drop schedule announcement about EOL of Treasure Agent (td-agent) 4
2023-08-29: Scheduled support lifecycle announcement about Fluent Package
2023-07-31: Upgrade to fluent-package v5
2025-11-11: fluent-package v6.0.1 has been released
2025-11-06: Fluentd v1.19.1 has been released
2025-10-08: fluent-package v5.0.8 has been released
2025-09-12: Fluentd v1.16.10 has been released
2025-09-04: Upgrade Guide for fluent-package v6
2025-08-29: fluent-package v6.0.0 has been released
2025-08-06: Fluentd v1.19.0 has been released
2025-05-16: fluent-package v5.0.7 has been released
2025-05-14: Fluentd v1.16.9 has been released
2025-05-01: Fluentd v1.16.8 has been released
Want to learn the basics of Fluentd? Check out these pages.
Couldn't find enough information? Let's ask the community!
You need commercial-grade support from Fluentd committers and experts?
©2010-2025 Fluentd Project. ALL Rights Reserved.
Fluentd is a hosted project under the Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.