Hi users!
We have released v1.15.3 on 2022-11-02. ChangeLog is here.
In this release, we fixed several bugs.
out_file
: Fix the multi-worker check with <worker N-M>
directiveIn the v1.15.1, we added a new feature to prevent write conflicts between multiple workers.
However, this fix didn't work correctly with <worker N-M>
directive.
With this setting, the configuration check before starting the supervisor mistakenly determines
that the setting of out_file
is invalid and causes Fluentd to terminate.
In this release, we fixed this problem.
See #3942 for more information.
We can configure log rotation setting as follows.
On Windows, the log files must be separated by each process.
NOTE: When --log-rotate-age is specified on Windows, log files are separated into log-supervisor-0.log, log-0.log, ..., log-N.log where N is generation - 1 due to the system limitation. Windows does not permit delete and rename files simultaneously owned by another process.
However, that log rotation setting in the system-directive didn't satisfy this and Fluentd outputted the logs of the supervisor process into the log file of the worker-0 process.
This could cause errors during log rotation.
In this release, we fixed this problem.
See #3939 for more information.
!include
directive in YAML config formatIn the v1.15.0, we supported YAML config format.
However, handling glob of !include
directive was leaked.
In this release, we supported it.
See #3917 for more information.
oj
optionsIn this release, we removed the following oj
options.
FLUENT_OJ_OPTION_MODE=object
FLUENT_OJ_OPTION_MAX_NESTING
FLUENT_OJ_OPTION_MODE=object
was unsecure, so we removed it.
This option is not used unless a user explicitly sets the environmental variable, so almost all users do not need to care about this vulnerability.
FLUENT_OJ_OPTION_MAX_NESTING
was not supported, so we removed it.
See #3929 for more information.
Enjoy logging!
Subscribed to the RSS feed here.
ClearCode, Inc. is a software company specializing in the development of Free Software. We maintain Fluentd and its plugin ecosystem, and provide commercial support for them.
Fluentd is an open source data collector to unify log management.
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-02-14: fluent-package v5.0.6 has been released
2025-01-29: Fluentd v1.16.7 has been released
2024-12-14: fluent-package v5.2.0 has been released
2024-11-29: Fluentd v1.18.0 has been released
2024-11-08: fluent-package v5.0.5 has been released
2024-08-29: Scheduled support lifecycle announcement about Fluent Package v6
2024-08-20: Fluentd v1.16.6 has been released
2024-08-19: Fluentd v1.17.1 has been released
2024-08-02: fluent-package v5.1.0 has been released
2024-07-02: fluent-package v5.0.4 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.