Hi users!
We have released v1.1.1. ChangeLog is here. This release includes several enhancements and bug fixes..
We added ca_path
and client_cert_path
parameters to server
plugin helper.
You can now send data between fluent-bit and fluentd with mutual TLS authentication.
In in_forward
, put these parameters into <transport tls>
.
<source>
@type forward
# ... other parameters
<transport tls>
# ... other parameters
ca_path /path/to/ca_file
client_cert_auth true
</transport>
</source>
fluentd can't restart if unexpected broken file exist in buffer directory, because such files cause errors in resume routine. Since v1.1.1, if fluentd found broken chunks during resume, these files are skipped and deleted from buffer directory.
We have a plan to add backup feature for broken files in v1.2.0. It moves broken files into backup directory instead of deletion.
Thanks for submitting bug reports and patches :)
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.
2022-05-26: td-agent v4.3.1.1 for Windows has been released
2022-04-29: td-agent v4.3.1 has been released
2022-03-31: Fluentd v1.14.6 has been released
2022-02-09: Fluentd v1.14.5 has been released
2022-01-06: Fluentd v1.14.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-2022 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.