Hi users!
We had launched fluent-package v6 series last year, recently shipped v6.0.4 in LTS release channel.
In this blog article, we explain the planned next major updates - v7.0.0.
In short, we will ship fluent-package v7 in Aug, 2027.
We keep two release channels as follows:
Here is the difference of these channels.
fluent-package v8.0.0, and will be shipped in 2029 (T.B.D.).As for fluent-package v7,
Current releases and future plans:

| Release Version | Release Date | End of life |
|---|---|---|
| v6.0.x (LTS) | Aug, 2025 | Dec, 2027 |
| v7.0.0 (LTS) | Aug, 2027 | Dec, 2029 (T.B.D.) |
| v8.0.0 (LTS) | Aug, 2029 (T.B.D.) | T.B.D. |
Happy logging!
Hi users!
We have released fluent-package v6.0.4 on 2026-06-26. Fluent Package is a stable distribution package of Fluentd. (successor of td-agent)
This is a maintenance release of v6.0.x LTS series.
Fluent Package v6.0.4 includes the following improvements:
This article explains the changes in Fluent Package v6.0.4.
In this release, some critical vulnerabilities were fixed.
${tag} Placeholder
shared_key for authentication, filter incoming untrusted tags.in_monitor_agent, allow connection from only localhost.in_http and in_forward
in_forward or in_http, use shared_key for authentication which allow trusted incoming source.in_opentelemetry
in_opentelemetry, use a robust reverse proxy in front of Fluentd to mitigate GZIP decompression bomb.in_s3
in_s3 is strictly limited to trusted services and administrators.The above vulnerabilities affects to older than v1.19.3, thus the following packages also will be affected.
We recommend upgrading fluent-package to v6.0.4.
If you can't upgrade it immediately, there is a case that mitigation method is explained in above advisory. Please check each advisory and take care of it.
Please visit the download page.
We plan to release the next LTS version of fluent-package v6.0.5 at Sep 2026. The content of updates are still TBD.
We have been posting information about Fluentd in Japanese on @fluentd_jp. We would appreciate it if you followed the X account.
Hi users!
We have released v1.19.3 on 2026-06-25. ChangeLog is here.
This release is a maintenance release of v1.19 series.
This release is bundled for fluent-package LTS version v6.0.4!
Many vulnerabilities were fixed in this release.
${tag} Placeholder
shared_key for authentication, filter incoming untrusted tags.Exposure of Sensitive Information via Monitor Agent API
in_monitor_agent, allow connection from only localhost.include_config, include_retry and include_debug_info parameters.<source>
@type monitor_agent
include_config true # since v1.19.3, changed to false by default
include_retry true # since v1.19.3, newly introduced, false by default
include_debug_info true # since v1.19.3, newly introduced, false by default
...
</source>
Denial of Service (DoS) via Gzip Decompression Bomb in in_http and in_forward
in_forward or in_http, use shared_key for authentication which allow trusted incoming source.Server-Side Request Forgery (SSRF) via out_http Placeholder Expansion
Additionally, similar vulnerability was also fixed in the following fluentd plugins:
In most cases, there is no problem using deployed Fluentd within a closed, trusted network. If you could not update Fluentd immediately, consider to take advised mitigation in above advisories.
Many bugs were also fixed in this release.
in_debug_agent: accept only from local machine by defaultout_forward: avoid reusing closed keepalive sockets after remotestorage_local: fix encoding error when fix encoding error when reading non-ASCII charactersin_debug_agent: accept only from local machine by defaultHistorically, in_debug_agent accepts remote access by default.
This behavior is not problem because usually in_debug_agent must be
explicitly enabled by users who know what you do.
But, there is an security concern which accepts external access by default even though user must enable it explicitly.
To mitigate security concern, changed that behavior a bit secure by default.
If you dare to keep previous non-secure behavior, specify 0.0.0.0 explicitly.
<source>
@type monitor_agent
bind 0.0.0.0 # prior to v1.19.3 default behavior
bind 127.0.0.1 # since v1.19.3 default behavior
...
</source>
If buffer path contains [] in tag something like "path test/${tag[0]}", when
resuming buffer process can't find them without escaping bracket.
Thus buffer files remains under that directory.
In this release, that can be resumed correctly.
Note that recommended tag spec is specified in routing documentation, but
it is easily shoot your legs in practical use-case if you use [] characters.
so it is changed to take care of that case.
In the previous versions, there was a keepalive socket reuse bug.
When a cached keepalive connection has already been closed by the remote side,
out_forward could pick that socket back up and try to write to it again.
As a result, that left the flush thread spinning on a dead socket and can drive CPU usage to 100%.
storage_local: fix encoding error when fix encoding error when reading non-ASCII charactersIf data containing non-latin characters are stored onto disk using the
storage_local plugin, the file is properly written but cannot be read
again once fluentd restarts. Now that behaviour was fixed by properly
handling the file encoding.
In this release, added some warnings for problematic use-cases.
If there are any potential issues with your configuration, Fluentd detects above cases additionally.
Enjoy logging!
We have been posting information about Fluentd in Japanese on @fluentd_jp. We would appreciate it if you followed the X account.
Hi users!
We have released fluent-package v6.0.3 on 2026-03-27. Fluent Package is a stable distribution package of Fluentd. (successor of td-agent)
This is a maintenance release of v6.0.x LTS series.
Fluent Package v6.0.3 includes the following improvements:
cool.io v1.9.3 under specific conditionsThis article explains the changes in Fluent Package v6.0.3.
In fluent-package v6.0.2, a critical issue was discovered where memory usage continuously increases over time. This release completely resolves this problem.
out_forward plugin with the keepalive false setting (which is the default value).cool.io (v1.9.2 and v1.9.3) bundled in fluent-package v6.0.2 had a bug in its detachment process.cool.io v1.9.4 which fixes this bug, and it is now bundled by default in fluent-package v6.0.3. If operated for a long period, this memory leak will exhaust system memory resources, eventually causing the Fluentd process to be terminated unexpectedly by the OOM (Out of Memory) Killer. We strongly recommend users who are using out_forward on v6.0.2 to update to this version immediately.
Note: Users on fluent-package v6.0.1 or earlier are not affected by this specific issue.
Ruby 3.4.9 includes multiple bug and security fixes. Specifically, it addresses the following vulnerability:
For details, please see the Ruby 3.4.9 release notes.
We have updated the bundled Nokogiri from v1.18.10 to v1.19.2 for the Windows version to address the following vulnerability:
Please visit the download page.
We plan to release the next LTS version of fluent-package v6.0.4 at June 2026. The content of updates are still TBD.
We have been posting information about Fluentd in Japanese on @fluentd_jp. We would appreciate it if you followed the X account.
Hi users!
We have released fluent-package v6.0.2 on 2026-02-27. Fluent Package is a stable distribution package of Fluentd. (successor of td-agent)
This is a maintenance release of v6.0.x LTS series.
Fluent Package v6.0.2 includes the following improvements:
This article explains the changes in Fluent Package v6.0.2.
Ruby 3.4.8 includes multiple bug and security fixes. For details, please see the Ruby 3.4.8 release notes.
Fluentd v1.19.2 includes the following fixes:
config_include_dirFor details, please see the Fluentd v1.19.2 has been released.
In this release, it was fixed update error if temporary working directory was removed.
In the previous versions, if temporary working directory was removed by tmpfiles.d, there was a case that updating to v6 (up to v6.0.1) causes fatal error while rpm processes transaction.
Now, with changing temporary working directory handling, it was fixed in v6.0.2.
Since v6.0.0, installation maintenance script (powershell) was partially introduced for Windows. But in some environments, there is a case that the execution of powershell was prohibited in your policy. In such a case, installation process will be failed unexpectedly.
In this release, added fallback not to terminate installation process accidentally.
Please visit the download page.
We plan to release the next LTS version of fluent-package v6.0.3 at June 2026. The content of updates are still TBD.
We have been posting information about Fluentd in Japanese on @fluentd_jp. We would appreciate it if you followed the X account.
Fluentd is an open source data collector to simplify log management.
2026-08-14: Scheduled support lifecycle announcement about Fluent Package v7
2025-12-25: Drop schedule announcement about EOL of Fluent Package (fluent-package) 5
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
2026-08-14: Scheduled support lifecycle announcement about Fluent Package v7
2026-06-26: fluent-package v6.0.4 has been released
2026-06-25: Fluentd v1.19.3 has been released
2026-03-27: fluent-package v6.0.3 has been released
2026-02-27: fluent-package v6.0.2 has been released
2026-02-13: Fluentd v1.19.2 has been released
2025-12-25: Drop schedule announcement about EOL of Fluent Package (fluent-package) 5
2025-12-19: fluent-package v5.0.9 has been released
2025-12-09: Fluentd v1.16.11 has been released
2025-11-11: fluent-package v6.0.1 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-2026 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.
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page, Privacy Policy and Terms of Use.