Hi users!
We have released v1.12.3. ChangeLog is here.
TLSServer
: Enable TCP keep-alive support for TLS connectionsTLS implementation was updated to allow the use of send_keepalive_packet
. This feature can be used to detect dropped TLS connections, and to prevent them from consuming too much system resource.
<source>
@type forward
send_keepalive_packet true
<transport tls>
cert_path /path/to/fluentd.crt
...
</transport>
</source>
TLSServer
: Show peer information on connection errorsStarting from this version, Fluentd will includes the client information when it fails to establish a secure connection, to ease the diagnosis of TLS-related problems (such as invalid client certs).
2021-04-23 17:35:03 +0900 [warn]: #0 unexpected error before accepting TLS connection by OpenSSL host="127.0.0.1" port=34634 error_class=OpenSSL::SSL::SSLError error="SSL_accept returned=1 errno=0 state=error: tlsv1 alert unknown ca
in_tail
: Fix IO error handling on Windows systemPreviously, in_tail
had a bug that reports a bogus IO error code on the Windows platform (e.g. reports ERROR_SHARING_VIOLATION
on missing files).
Starting from this version, in_tail
will retrieve Windows error codes correctly, and show much more descriptive messages for them.
Fluent::Win32Error: code: 32, The process cannot access the file because it is being used by another process. - C:\file.txt",
in_tail
: Handle short-lived log files correctlyFluentd v1.12.2 had a race-condition bug that throws an uncatched exception on short-lived files #3327. This version contains a fix for the issue.
parser_type
symbol conflicts in parser_csv
and parser_syslog
. #3302${chunk_id}
with out_s3
#3339Enjoy 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.