Hi users!
We have released v1.14.1. ChangeLog is here.
This release is a maintenance release of v1.14 series.
We recommend to upgrade Fluentd because it contains fixes about in_tail
crash bug.
In this release, one of in_tail
plugin bug was fixed.
This crash bug will happen only when read_bytes_limit_per_second
was specified.
read_bytes_limit_per_second
parameter was introduced since Fluentd v1.13.0, so
it affects v1.13.0 or later with read_bytes_limit_per_second
was specified.
If you don't use read_bytes_limit_per_second
configuration parameter at all, it has nothing to do with it.
@include
directiveIf you use the following example, it causes an unexpected error.
@include "https://raw.githubusercontent.com/fluent/fluentd/master/example/in_forward.conf"
The error occurs when http or https scheme URI is used in @include
directive with Ruby 3.
On Ruby 2.7, it raise an warning message (using deprecated method), not an error.
Because of internal inappropriate conditional handling, even though
a user set ignore_if_prev_success
, it doesn't work as expected.
Instead, it emits the following warning.
2021-09-24 14:10:54 +0900 [warn]: #0 ignore_errors are specified in all <store>, but ignore_if_prev_success is not specified. Is this intended?
This behavior was fixed.
If you use Fluentd v1.12 or later, we recommend to use at least v1.12.4.
It is because in_tail
contains serious bugs in it.
As latest td-agent 4.2.0 bundles Fluentd 1.13.3. If you want to upgrade Fluentd further more, upgrade it by yourself.
$ sudo td-agent-gem install fluentd --version=1.14.1
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
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
2024-04-30: Fluentd v1.17.0 has been released
2024-03-29: fluent-package v5.0.3 has been released
2024-03-27: Fluentd v1.16.5 has been released
2024-03-14: Fluentd v1.16.4 has been released
2023-12-04: Open Source Summit Japan 2023
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-2024 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.