Hi users!
We have released v0.14.14 with several bug fixes and plugin improvement.
Here are the changes (full ChangeLog is available here):
We say again, fluentd v0.14 is still development version. We need your feedback seriously! If you try to use v0.14, check your configuration and plugins carefully.
in_monitor_agent now launches HTTP server per worker on multiprocess environment.
The port number is based on port parameter and worker id.
For example, if you have following configuration:
<system>
workers 4
<system>
<source>
@type monitor_agent
port 25000
</source>
worker 1's port is 25000, worker 2's port is 25001 and worker 4's port is 25003.
application/msgpack headerfluent-bit has out_http and it uses application/json or application/msgpack header in the request.
fluentd's in_http now accepts application/msgpack request from fluent-bit :)
emit_invalid_record_to_error parameterBy default, filter_parser emits invalid record to @ERROR label when parsing failed. This is useful for rescuing invalid records in your data pipeline. But users sometimes want to ignore such records for mixed logs.
You can now ignore unparseable records by setting emit_invalid_record_to_error false in the configuration.
<filter pattern>
@type parser
# ignore non-json logs
emit_invalid_record_to_error false
<parse>
@format json
</parse>
</filter>
log_level handling in Enjoy 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-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
2025-03-14: Drop Alpine and switch default to Debian for Fluentd docker image
2025-02-14: fluent-package v5.0.6 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.