Fluentd Blog https://www.fluentd.org/blog Get the Latest Updates on Fluentd and More Drop Alpine and switch default to Debian for Fluentd docker image https://www.fluentd.org/blog/fluentd-drop-alpine-docker-image <p>Hi users!</p> <p>We have planned to change what docker image provides.</p> <p>Currently, we ship Fluentd docker image for Alpine and Debian (armhf, arm64, amd64). But, Alpine image in Fluentd was already marked as deprecated, so we will make things forward.</p> <p>In the near future, we will drop Alpine image. This decision affects existing Alpine image users.</p> <h2>Notice about existing Alpine image users</h2> <ul> <li><code>fluent/fluentd:edge</code> will be changed from Alpine to Debian image <ul> <li>This is a notable incompatible change!</li> </ul></li> <li>v1.19 (not released yet) <ul> <li>No more releases for Alpine images</li> <li>Then short tag also changed to Debian images (e.g. v1.19.0-1.0, v1.19-1 should be Debian instead of Alpine)</li> </ul></li> <li>v1.18 Alpine image will not be supported after v1.19 is released (T.B.D.), so recommend to migrate it!</li> <li>v1.16 Alpine image will be supported until Dec 2025, so there is room to migrate gradually.</li> </ul> <p>If you still want to use Alpine, keep v1.16 series or v1.18 series. (not recommended though)</p> <h2>Why not provide Alpine anymore?</h2> <p>It was well known that Alpine has possibility of incompatibility and performance issues in contrast to Debian images. It was a historical reason to provide Alpine images - &quot;In the previous versions, we provided them&quot;, so there is no positive reason to continue it.</p> <h2>Provide shorter tags to follow internal version bump</h2> <p>Not only just dropping Alpine image, we will improve tagging rules:</p> <ul> <li>Add version-specific tag which will not be affected by internal version bump</li> </ul> <p>In previous versions, there was no version-specific tag which would follow internal version bump. For example, if you want to stick to Fluentd v1.18.0, you can select v1.18.0-1.0, but if internal version was bumped to v1.18.0-1.1 or something, need to update it. There is <code>edge-debian</code> tag, but it does not stick to a specific Fluentd version because it will automatically update when the next major/minor version is released.</p> <p>For such a purpose, shorter v1.19 or v1.19.x tag will be available in the future release.</p> <p>Happy logging!</p> 2025-03-14 <p>Hi users!</p> <p>We have planned to change what docker image provides.</p> <p>Currently, we ship Fluentd docker image for Alpine and Debian (armhf, arm64, amd64). But, Alpine image in Fluentd was already marked as deprecated, so we will make things forward.</p> <p>In the near future, we will drop Alpine image. This decision affects existing Alpine image users.</p> <h2>Notice about existing Alpine image users</h2> <ul> <li><code>fluent/fluentd:edge</code> will be changed from Alpine to Debian image <ul> <li>This is a notable incompatible change!</li> </ul></li> <li>v1.19 (not released yet) <ul> <li>No more releases for Alpine images</li> <li>Then short tag also changed to Debian images (e.g. v1.19.0-1.0, v1.19-1 should be Debian instead of Alpine)</li> </ul></li> <li>v1.18 Alpine image will not be supported after v1.19 is released (T.B.D.), so recommend to migrate it!</li> <li>v1.16 Alpine image will be supported until Dec 2025, so there is room to migrate gradually.</li> </ul> <p>If you still want to use Alpine, keep v1.16 series or v1.18 series. (not recommended though)</p> <h2>Why not provide Alpine anymore?</h2> <p>It was well known that Alpine has possibility of incompatibility and performance issues in contrast to Debian images. It was a historical reason to provide Alpine images - &quot;In the previous versions, we provided them&quot;, so there is no positive reason to continue it.</p> <h2>Provide shorter tags to follow internal version bump</h2> <p>Not only just dropping Alpine image, we will improve tagging rules:</p> <ul> <li>Add version-specific tag which will not be affected by internal version bump</li> </ul> <p>In previous versions, there was no version-specific tag which would follow internal version bump. For example, if you want to stick to Fluentd v1.18.0, you can select v1.18.0-1.0, but if internal version was bumped to v1.18.0-1.1 or something, need to update it. There is <code>edge-debian</code> tag, but it does not stick to a specific Fluentd version because it will automatically update when the next major/minor version is released.</p> <p>For such a purpose, shorter v1.19 or v1.19.x tag will be available in the future release.</p> <p>Happy logging!</p> fluent-package v5.0.6 has been released https://www.fluentd.org/blog/fluent-package-v5.0.6-has-been-released <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.0.6">v5.0.6</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This is a maintenance release of v5.0.x LTS series. Bundled Fluentd was updated to 1.16.7.</p> <p>We recommend upgrading to fluent-package v5.0.6!</p> <h2>Changes from fluent-package v5.0.5</h2> <p>In this release, known Windows issues were fixed.</p> <ul> <li>Update bundled Fluentd to v1.16.7</li> <li>Update bundled gems overall</li> <li>msi: Fixed to keep some registry values with update</li> </ul> <h2>msi: Fixed to keep some registry values with update</h2> <p>In the previous versions, there had been a known issue that fluent-package could not keep some registry values when upgrading.</p> <p>Thus, if you modify Fluentd service (<code>fluentdwinsvc</code>) related registry, you need to restore your configuration after upgrading.</p> <p>Since v5.0.6, fluent-package was fixed to keep some registry values during upgrading package.</p> <p>Here is the target registry which will be kept during upgrading fluent-package:</p> <ul> <li><code>Start</code></li> <li><code>DelayedAutostart</code></li> <li><code>fluentdopt</code> (logging path might be modified by users)</li> </ul> <p>In most cases, fluent-package user might want to keep <code>fluentdopt</code> because it stores additional command line option parameters.</p> <p>In this release, bundled Fluentd v1.16.7 also contains the fixes for Windows.</p> <ul> <li>Windows: Fix <code>NoMethodError</code> of --daemon option</li> <li>Windows: Fixed the issues which are related to start/stop Fluentd service</li> </ul> <p>See <a href="fluentd-v1.16.7-has-been-released">Fluentd v1.16.7 has been released</a> blog article in details.</p> <h2>Download</h2> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h3>About next LTS schedule</h3> <p>We plan to ship the next LTS version of fluent-package v5.0.7 on June, 2025. The content of updates are still in T.B.D.</p> <h3>End of support for td-agent v4, let&#39;s migrate to fluent-package</h3> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> 2025-02-14 <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.0.6">v5.0.6</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This is a maintenance release of v5.0.x LTS series. Bundled Fluentd was updated to 1.16.7.</p> <p>We recommend upgrading to fluent-package v5.0.6!</p> <h2>Changes from fluent-package v5.0.5</h2> <p>In this release, known Windows issues were fixed.</p> <ul> <li>Update bundled Fluentd to v1.16.7</li> <li>Update bundled gems overall</li> <li>msi: Fixed to keep some registry values with update</li> </ul> <h2>msi: Fixed to keep some registry values with update</h2> <p>In the previous versions, there had been a known issue that fluent-package could not keep some registry values when upgrading.</p> <p>Thus, if you modify Fluentd service (<code>fluentdwinsvc</code>) related registry, you need to restore your configuration after upgrading.</p> <p>Since v5.0.6, fluent-package was fixed to keep some registry values during upgrading package.</p> <p>Here is the target registry which will be kept during upgrading fluent-package:</p> <ul> <li><code>Start</code></li> <li><code>DelayedAutostart</code></li> <li><code>fluentdopt</code> (logging path might be modified by users)</li> </ul> <p>In most cases, fluent-package user might want to keep <code>fluentdopt</code> because it stores additional command line option parameters.</p> <p>In this release, bundled Fluentd v1.16.7 also contains the fixes for Windows.</p> <ul> <li>Windows: Fix <code>NoMethodError</code> of --daemon option</li> <li>Windows: Fixed the issues which are related to start/stop Fluentd service</li> </ul> <p>See <a href="fluentd-v1.16.7-has-been-released">Fluentd v1.16.7 has been released</a> blog article in details.</p> <h2>Download</h2> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h3>About next LTS schedule</h3> <p>We plan to ship the next LTS version of fluent-package v5.0.7 on June, 2025. The content of updates are still in T.B.D.</p> <h3>End of support for td-agent v4, let&#39;s migrate to fluent-package</h3> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> Fluentd v1.16.7 has been released https://www.fluentd.org/blog/fluentd-v1.16.7-has-been-released <p>Hi users!</p> <p>We have released v1.16.7 on 2025-01-29. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/v1.16/CHANGELOG.md#release-v1167---20250129">here</a>.</p> <p>This release is a maintenance release of v1.16 series. In this release, some bugs which are related on Windows were fixed with backporting from v1.18.x.</p> <p>This release will be bundled for upcoming <code>fluent-package</code> LTS version v5.0.6!</p> <h2>Bug Fixes</h2> <h3>Windows: Fix NoMethodError of --daemon option</h3> <p>In this release, we have fixed a bug that it will fail when <code>--daemon</code> option is used on Windows.</p> <p>It was a regression bug since v1.16.0 on Windows, but usually running as a service is recommended way on Windows, so most of Fluentd users were not affected.</p> <h3>Windows: Fixed the issues which are related to start/stop Fluentd service</h3> <p>In this release, we have fixed the following bugs which are related to start/stop the Fluentd service.</p> <ul> <li>Fixed an issue when stopping the service immediately after startup could leave the processes</li> <li>Fixed an issue where stopping service sometimes can not be completed forever</li> </ul> <p>These bug were caused because stop event was not handled correctly in the previous releases.</p> <p>Typically, this bug will happen if you stop the Fluentd service immediately after startup. Then it could leave the processes or stopping service sometimes can not be completed forever.</p> <h2>Misc news</h2> <p>We also enforcing stabilizing CI of Fluentd. It has nothing to do with Fluentd&#39;s functionality directly, but it is very important to provide stable version of Fluentd continuously.</p> <p>Not only <a href="https://github.com/fluent/fluentd/pull/4747">Windows: Add workaround for unexpected exception #4747</a>, many CI improvements was merged into master, then backported to v1.16 branch, too.</p> <p>Enjoy logging!</p> 2025-01-29 <p>Hi users!</p> <p>We have released v1.16.7 on 2025-01-29. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/v1.16/CHANGELOG.md#release-v1167---20250129">here</a>.</p> <p>This release is a maintenance release of v1.16 series. In this release, some bugs which are related on Windows were fixed with backporting from v1.18.x.</p> <p>This release will be bundled for upcoming <code>fluent-package</code> LTS version v5.0.6!</p> <h2>Bug Fixes</h2> <h3>Windows: Fix NoMethodError of --daemon option</h3> <p>In this release, we have fixed a bug that it will fail when <code>--daemon</code> option is used on Windows.</p> <p>It was a regression bug since v1.16.0 on Windows, but usually running as a service is recommended way on Windows, so most of Fluentd users were not affected.</p> <h3>Windows: Fixed the issues which are related to start/stop Fluentd service</h3> <p>In this release, we have fixed the following bugs which are related to start/stop the Fluentd service.</p> <ul> <li>Fixed an issue when stopping the service immediately after startup could leave the processes</li> <li>Fixed an issue where stopping service sometimes can not be completed forever</li> </ul> <p>These bug were caused because stop event was not handled correctly in the previous releases.</p> <p>Typically, this bug will happen if you stop the Fluentd service immediately after startup. Then it could leave the processes or stopping service sometimes can not be completed forever.</p> <h2>Misc news</h2> <p>We also enforcing stabilizing CI of Fluentd. It has nothing to do with Fluentd&#39;s functionality directly, but it is very important to provide stable version of Fluentd continuously.</p> <p>Not only <a href="https://github.com/fluent/fluentd/pull/4747">Windows: Add workaround for unexpected exception #4747</a>, many CI improvements was merged into master, then backported to v1.16 branch, too.</p> <p>Enjoy logging!</p> fluent-package v5.2.0 has been released https://www.fluentd.org/blog/fluent-package-v5.2.0-has-been-released <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.2.0">v5.2.0</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This release is a new release of v5.2 series.</p> <h2>Changes from fluent-package v5.1.0</h2> <ul> <li>Support upgrade fluentd service with zero-downtime</li> <li>Update ruby to 3.2.6</li> <li>Update bundled Fluentd to v1.18.0</li> <li>Update bundled gems overall</li> <li>Solved possibility of DoS through &quot;NoMemoryError&quot;</li> <li>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</li> <li>deb: suppress service restart by needrestart</li> <li>Fixed SIGABORT error with fluent-plugin-systemd</li> </ul> <h2>Support upgrade fluentd service with zero-downtime</h2> <p>Previously, when upgrading the fluent-package, you had to stop the fluentd service, install the new version of the fluent-package, then install any necessary plugins, and finally restart the fluentd service.</p> <p>Starting from fluent-package v5.2.0, we have introduced the zero-downtime restart feature that automatically installs the required plugins during the upgrade process and allows you to upgrade Fluentd without interrupting the logging service.</p> <p>Please refer to &quot;Advisory for upgrading with zero-downtime&quot;.</p> <h2>Solved possibility of DoS through &quot;NoMemoryError&quot;</h2> <p>In the previous versions of msgpack gem, there was a possibility that cause DoS (Denial Of Service) when crafted message was sent to Fluentd.</p> <p>When that message was sent, it might cause &quot;NoMemoryError&quot; on Fluentd because there is a case that msgpack try to pre-allocate huge amount of memories.</p> <p>Above behavior was fixed not to pre-allocate over 32k entries (limit pre-allocated amount of memories) in msgpack 1.7.3 and bundled.</p> <h2>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</h2> <p>In the previous versions, fluentd.bat doesn&#39;t set GEM<em>HOME/GEM</em>PATH explicitly.</p> <p>If users set custom <code>GEM_HOME</code> / <code>GEM_PATH</code> environment variables, the batch file will not work as expected. Therefore, this patch will set the appropriate values in the batch file.</p> <h2>deb: suppress service restart by needrestart</h2> <p>We have changed so that Fluentd does not restart when the needrestart package is installed. fluent-package v5.2.0 places <code>/etc/needrestart/conf.d/50-fluent-package.conf</code>.</p> <h2>Fixed SIGABORT error with fluent-plugin-systemd</h2> <p>In this release, the bundled fluent-plugin-systemd was updated to 1.1.0. That release fixed SIGABORT error with inconsistency of memory allocator handling.</p> <h2>Advisory for upgrading with zero-downtime</h2> <p>The zero-downtime restart feature can be configured by <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environment variable. Please refer to following section for more details.</p> <ul> <li>Add <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environmental variable <ul> <li>This section explains <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environment variable.</li> </ul></li> <li>Automate Plugin Install for Update on Demand <ul> <li>This section explains the mechanism that installs the plugins automatically during the upgrade process.</li> </ul></li> </ul> <h3>Add <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environmental variable</h3> <p>We have introduced <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environment variable to configure the zero-downtime restart feature. The variable exists in the following file:</p> <ul> <li>RPM: <code>/etc/sysconfig/fluentd</code></li> <li>DEB: <code>/etc/default/fluentd</code></li> </ul> <p>Example:</p> <pre><code>FLUENT_PACKAGE_OPTIONS=&quot;&quot; # Control method to upgrade service (auto/manual) restart FLUENT_PACKAGE_SERVICE_RESTART=auto </code></pre> <h4><strong>auto (default)</strong></h4> <p>The service automatically restarts with zero-downtime restart feature when all of the following conditions are met:</p> <ol> <li>The service was active before updating.</li> <li>The installed and upgrading versions are required 5.2.0 or higher (both sides must support this feature).</li> </ol> <p>The plugins will be automatically reinstalled if needed if your environment has an active online connection. For more details, please refer to &quot;Automate Plugin Install for Update on Demand&quot;.</p> <h4><strong>manual</strong></h4> <p>You can use this approach if you prefer to manage plugins manually or if your environment does not have offline connection. If the service was active before the update, it will not restart automatically with this configuration. You need to restart the service manually.</p> <ul> <li>The zero-downtime restart: <ul> <li>Send a <code>SIGUSR2</code> signal to the supervisor process, such as with <code>kill -USR2 &lt;PID&gt;</code></li> </ul></li> <li>Normal restart: <ul> <li>Restart the service normally, such as with <code>systemctl restart fluentd</code>.</li> </ul></li> </ul> <h3>Automate Plugin Install for Update on Demand</h3> <h4>Automate Plugin Management</h4> <p>If you prefer to manage plugins automatically, please set <code>FLUENT_PACKAGE_SERVICE_RESTART</code> to <code>auto</code> (default).</p> <p>When the service restarts automatically using the zero-downtime restart feature, any missing plugins are automatically detected and reinstalled before the restart.</p> <p>Previously, automatic restarts after updates were not recommended due to potential issues. If you manually install plugins, you need to reinstall them before restarting when the embedded Ruby version is updated.</p> <p>To address this, this feature enables automatic plugin installation during the restart process. The steps are as follows:</p> <ol> <li>Collect the current list of plugins before the update. <ul> <li>Recognize gems as plugins that has <code>fluent-plugin-</code> prefix.</li> </ul></li> <li>After installing the updated package, detect missing plugins. <ul> <li>Compare the collected plugin list with the default plugins to identify any missing ones.</li> </ul></li> <li>Install the missing plugins.</li> </ol> <h4>Manual Plugin Management</h4> <p>If you prefer to manage plugins manually, please set <code>FLUENT_PACKAGE_SERVICE_RESTART</code> to <code>manual</code>. This is useful in cases such as:</p> <ul> <li>Pinning specific plugin versions</li> <li>Operating in an offline environment</li> </ul> <p>In this mode, automatic plugin installation and restarts are disabled. You can manually install plugins and send a <code>SIGUSR2</code> signal to trigger the zero-downtime restart feature after the update.</p> <h3>Caution: if you use a custom unit file, need to migrate it to use this feature safely</h3> <p>If you use a custom unit file, such as <code>/etc/systemd/system/fluentd.service</code>, please remove these 2 lines.</p> <pre><code>Environment=GEM_HOME=/opt/fluentd/lib/ruby/gems/... Environment=GEM_PATH=/opt/fluentd/lib/ruby/gems/... </code></pre> <p>We don&#39;t need <code>GEM_HOME</code> and <code>GEM_PATH</code>. They will be removed after v5.2.0, but if you use a custom unit file, you need to remove them manually. If these variables are set, the zero-downtime restart feature may not work correctly. It is because the new process inherits the original environment variables if using this feature.</p> <p>Please refer to <a href="https://github.com/fluent/fluent-package-builder/pull/713">#713</a> for more details.</p> <h2>Download</h2> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h3>About next LTS schedule</h3> <p>We plan to ship the next LTS version of fluent-package v5.0.6 on March, 2025. The content of updates are still in T.B.D.</p> <h3>End of support for td-agent v4, let&#39;s migrate to fluent-package</h3> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 was reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> 2024-12-14 <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.2.0">v5.2.0</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This release is a new release of v5.2 series.</p> <h2>Changes from fluent-package v5.1.0</h2> <ul> <li>Support upgrade fluentd service with zero-downtime</li> <li>Update ruby to 3.2.6</li> <li>Update bundled Fluentd to v1.18.0</li> <li>Update bundled gems overall</li> <li>Solved possibility of DoS through &quot;NoMemoryError&quot;</li> <li>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</li> <li>deb: suppress service restart by needrestart</li> <li>Fixed SIGABORT error with fluent-plugin-systemd</li> </ul> <h2>Support upgrade fluentd service with zero-downtime</h2> <p>Previously, when upgrading the fluent-package, you had to stop the fluentd service, install the new version of the fluent-package, then install any necessary plugins, and finally restart the fluentd service.</p> <p>Starting from fluent-package v5.2.0, we have introduced the zero-downtime restart feature that automatically installs the required plugins during the upgrade process and allows you to upgrade Fluentd without interrupting the logging service.</p> <p>Please refer to &quot;Advisory for upgrading with zero-downtime&quot;.</p> <h2>Solved possibility of DoS through &quot;NoMemoryError&quot;</h2> <p>In the previous versions of msgpack gem, there was a possibility that cause DoS (Denial Of Service) when crafted message was sent to Fluentd.</p> <p>When that message was sent, it might cause &quot;NoMemoryError&quot; on Fluentd because there is a case that msgpack try to pre-allocate huge amount of memories.</p> <p>Above behavior was fixed not to pre-allocate over 32k entries (limit pre-allocated amount of memories) in msgpack 1.7.3 and bundled.</p> <h2>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</h2> <p>In the previous versions, fluentd.bat doesn&#39;t set GEM<em>HOME/GEM</em>PATH explicitly.</p> <p>If users set custom <code>GEM_HOME</code> / <code>GEM_PATH</code> environment variables, the batch file will not work as expected. Therefore, this patch will set the appropriate values in the batch file.</p> <h2>deb: suppress service restart by needrestart</h2> <p>We have changed so that Fluentd does not restart when the needrestart package is installed. fluent-package v5.2.0 places <code>/etc/needrestart/conf.d/50-fluent-package.conf</code>.</p> <h2>Fixed SIGABORT error with fluent-plugin-systemd</h2> <p>In this release, the bundled fluent-plugin-systemd was updated to 1.1.0. That release fixed SIGABORT error with inconsistency of memory allocator handling.</p> <h2>Advisory for upgrading with zero-downtime</h2> <p>The zero-downtime restart feature can be configured by <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environment variable. Please refer to following section for more details.</p> <ul> <li>Add <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environmental variable <ul> <li>This section explains <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environment variable.</li> </ul></li> <li>Automate Plugin Install for Update on Demand <ul> <li>This section explains the mechanism that installs the plugins automatically during the upgrade process.</li> </ul></li> </ul> <h3>Add <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environmental variable</h3> <p>We have introduced <code>FLUENT_PACKAGE_SERVICE_RESTART</code> environment variable to configure the zero-downtime restart feature. The variable exists in the following file:</p> <ul> <li>RPM: <code>/etc/sysconfig/fluentd</code></li> <li>DEB: <code>/etc/default/fluentd</code></li> </ul> <p>Example:</p> <pre><code>FLUENT_PACKAGE_OPTIONS=&quot;&quot; # Control method to upgrade service (auto/manual) restart FLUENT_PACKAGE_SERVICE_RESTART=auto </code></pre> <h4><strong>auto (default)</strong></h4> <p>The service automatically restarts with zero-downtime restart feature when all of the following conditions are met:</p> <ol> <li>The service was active before updating.</li> <li>The installed and upgrading versions are required 5.2.0 or higher (both sides must support this feature).</li> </ol> <p>The plugins will be automatically reinstalled if needed if your environment has an active online connection. For more details, please refer to &quot;Automate Plugin Install for Update on Demand&quot;.</p> <h4><strong>manual</strong></h4> <p>You can use this approach if you prefer to manage plugins manually or if your environment does not have offline connection. If the service was active before the update, it will not restart automatically with this configuration. You need to restart the service manually.</p> <ul> <li>The zero-downtime restart: <ul> <li>Send a <code>SIGUSR2</code> signal to the supervisor process, such as with <code>kill -USR2 &lt;PID&gt;</code></li> </ul></li> <li>Normal restart: <ul> <li>Restart the service normally, such as with <code>systemctl restart fluentd</code>.</li> </ul></li> </ul> <h3>Automate Plugin Install for Update on Demand</h3> <h4>Automate Plugin Management</h4> <p>If you prefer to manage plugins automatically, please set <code>FLUENT_PACKAGE_SERVICE_RESTART</code> to <code>auto</code> (default).</p> <p>When the service restarts automatically using the zero-downtime restart feature, any missing plugins are automatically detected and reinstalled before the restart.</p> <p>Previously, automatic restarts after updates were not recommended due to potential issues. If you manually install plugins, you need to reinstall them before restarting when the embedded Ruby version is updated.</p> <p>To address this, this feature enables automatic plugin installation during the restart process. The steps are as follows:</p> <ol> <li>Collect the current list of plugins before the update. <ul> <li>Recognize gems as plugins that has <code>fluent-plugin-</code> prefix.</li> </ul></li> <li>After installing the updated package, detect missing plugins. <ul> <li>Compare the collected plugin list with the default plugins to identify any missing ones.</li> </ul></li> <li>Install the missing plugins.</li> </ol> <h4>Manual Plugin Management</h4> <p>If you prefer to manage plugins manually, please set <code>FLUENT_PACKAGE_SERVICE_RESTART</code> to <code>manual</code>. This is useful in cases such as:</p> <ul> <li>Pinning specific plugin versions</li> <li>Operating in an offline environment</li> </ul> <p>In this mode, automatic plugin installation and restarts are disabled. You can manually install plugins and send a <code>SIGUSR2</code> signal to trigger the zero-downtime restart feature after the update.</p> <h3>Caution: if you use a custom unit file, need to migrate it to use this feature safely</h3> <p>If you use a custom unit file, such as <code>/etc/systemd/system/fluentd.service</code>, please remove these 2 lines.</p> <pre><code>Environment=GEM_HOME=/opt/fluentd/lib/ruby/gems/... Environment=GEM_PATH=/opt/fluentd/lib/ruby/gems/... </code></pre> <p>We don&#39;t need <code>GEM_HOME</code> and <code>GEM_PATH</code>. They will be removed after v5.2.0, but if you use a custom unit file, you need to remove them manually. If these variables are set, the zero-downtime restart feature may not work correctly. It is because the new process inherits the original environment variables if using this feature.</p> <p>Please refer to <a href="https://github.com/fluent/fluent-package-builder/pull/713">#713</a> for more details.</p> <h2>Download</h2> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h3>About next LTS schedule</h3> <p>We plan to ship the next LTS version of fluent-package v5.0.6 on March, 2025. The content of updates are still in T.B.D.</p> <h3>End of support for td-agent v4, let&#39;s migrate to fluent-package</h3> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 was reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> Fluentd v1.18.0 has been released https://www.fluentd.org/blog/fluentd-v1.18.0-has-been-released <p>Hi users!</p> <p>We have released v1.18.0 on 2024-11-29. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1180---20241129">here</a>.</p> <p>This release is a new release of v1.18 series. In this release, we added zero-downtime-restart as a key feature, enhanced some features and fixed bugs.</p> <h2>Enhancement</h2> <h3>Add zero-downtime-restart feature</h3> <p>In this release, we have added the feature to update the Fluentd process with zero downtime for Linux and macOS environments (not supported on Windows). You can use this feature to reload config and restart Fluentd gracefully.</p> <p>You can use this feature by sending a <code>SIGUSR2</code> signal to the supervisor process, and this changes behavior <code>SIGUSR2</code> from graceful reload to zero-downtime-restart feature on Linux and macOS environments.</p> <p>You can still use the conventional graceful reloading feature by directly sending <code>SIGUSR2</code> to each worker process or using the RPC feature. However, it had some limitations and issues (Please see <a href="https://github.com/fluent/fluentd/pull/4624">#4624</a> for details). So, we recommend using this new feature for graceful reloading/restarting unless there is a particular reason.</p> <p>Please see <a href="https://github.com/fluent/fluentd/pull/4624">#4624</a> for more information.</p> <h3>Add with-source-only feature</h3> <p>This feature has been added to support the zero-downtime-restart feature that it launches Fluentd with input plugins only.</p> <p>This feature has added <code>--with-source-only</code> option in <code>fluentd</code> command, <code>with_source_only</code> option in system configuration and <code>out_buffer</code> plugin which can be used for buffering and relabeling events. These are used internally to support zero-downtime-restart.</p> <p>Please see <a href="https://github.com/fluent/fluentd/pull/4661">#4661</a> for more information.</p> <h3>Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays</h3> <p>The <a href="https://docs.fluentd.org/configuration/config-file#embedded-ruby-code">Embedded Ruby Code</a> has been supported in configuration. In this release, we have extended the syntax to allow the use of Embedded Ruby Code in Hashes and Arrays.</p> <p>Example:</p> <pre><code>key1 [&quot;foo&quot;,&quot;#{1 + 1}&quot;] # Embedded Ruby Code in Array syntax key2 {&quot;foo&quot;:&quot;#{1 + 1}&quot;} # Embedded Ruby Code in Hash syntax </code></pre> <p>Result:</p> <pre><code>key1 [&quot;foo&quot;,&quot;2&quot;] key2 {&quot;foo&quot;:&quot;2&quot;} </code></pre> <p>Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.</p> <p>In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.</p> <p>Example:</p> <pre><code>key &#39;{&quot;foo&quot;:&quot;#{1 + 1}&quot;}&#39; </code></pre> <h3>transport tls: Use <code>SSL_VERIFY_NONE</code> by default</h3> <p>We have changed the flags to <code>SSL_VERIFY_NONE</code> by default for server the certification verification.</p> <p>In the previous versions, it had been necessary to set <code>client_cert_auth false</code> and <code>insecure true</code> to apply SSL<em>VERIFY</em>NONE. This was an inappropriate combination of settings. In this release, it can make it possible to apply <code>SSL_VERIFY_NONE</code> with just <code>client_cert_auth false</code> (default).</p> <h3>transport tls: Add <code>ensure_fips</code> option to ensure FIPS compliant mode</h3> <p>We have added <code>ensure_fips</code> option in <code>transport</code> section in config to check FIPS mode. When it configures <code>ensure_fips true</code>, it will check FIPS mode is supported in your environment, if not, just aborts. By default, it has disabled.</p> <p>Example:</p> <pre><code>&lt;transport tls&gt; ensure_fips true &lt;/transport&gt; </code></pre> <p>Please see <a href="https://docs.fluentd.org/configuration/transport-section#tls-setting">the document</a> for more information.</p> <h3>plugin_helper/server: Add <code>receive_buffer_size</code> parameter in transport section</h3> <p>In the previous versions, the <code>receive_buffer_size</code> option can be set by <code>in_udp</code> only. In this release, we have added the <code>receive_buffer_size</code> option into <code>transport</code> section too to configure the buffer size on <code>in_tcp</code> or <code>in_syslog</code> plugins.</p> <p>Example:</p> <pre><code>&lt;transport udp&gt; receive_buffer_size 4194304 &lt;/transport&gt; </code></pre> <h3>filter_parser: Now able to handle multiple parsed results</h3> <p>In the previous versions, there was a restriction that only the first record could be handled when the parsed result was multiple records. In this release, we have removed this limitation to handle multiple records appropriately.</p> <p>You can read more about this limitation in the <a href="https://www.fluentd.org/blog/fluentd-v1.17.0-has-been-released">Remaining problem: filter_parser</a> in Fluentd v1.17.0 release blog.</p> <h3>in_http: add <code>add_tag_prefix</code> option</h3> <p>We have added <code>add_tag_prefix</code> option in <code>in_http</code> plugin to add the prefix to the incoming event&#39;s tag, similar to <code>in_forward</code> plugin.</p> <p>Example:</p> <pre><code>&lt;source&gt; @type http add_tag_prefix prod &lt;/source&gt; </code></pre> <h3>System configuration: add path option in log section</h3> <p>We have added <code>path</code> option to <code>log</code> section of system configuration.</p> <p>Example:</p> <pre><code>&lt;system&gt; &lt;log&gt; path /path/to/log_file &lt;/log&gt; &lt;/system&gt; </code></pre> <h2>Bug Fix</h2> <h3>command: fix NoMethodError of --daemon under Windows</h3> <p>We have fixed a NoMethodError when launches <code>fluentd</code> with <code>--daemon</code> command line option under Windows platform.</p> <h3>fluentd command: fix --plugin (-p) option not to overwrite default value</h3> <p>We have fixed <code>--plugin</code> command line option that it does not overwrite the default value.</p> <p>Enjoy logging!</p> 2024-11-29 <p>Hi users!</p> <p>We have released v1.18.0 on 2024-11-29. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1180---20241129">here</a>.</p> <p>This release is a new release of v1.18 series. In this release, we added zero-downtime-restart as a key feature, enhanced some features and fixed bugs.</p> <h2>Enhancement</h2> <h3>Add zero-downtime-restart feature</h3> <p>In this release, we have added the feature to update the Fluentd process with zero downtime for Linux and macOS environments (not supported on Windows). You can use this feature to reload config and restart Fluentd gracefully.</p> <p>You can use this feature by sending a <code>SIGUSR2</code> signal to the supervisor process, and this changes behavior <code>SIGUSR2</code> from graceful reload to zero-downtime-restart feature on Linux and macOS environments.</p> <p>You can still use the conventional graceful reloading feature by directly sending <code>SIGUSR2</code> to each worker process or using the RPC feature. However, it had some limitations and issues (Please see <a href="https://github.com/fluent/fluentd/pull/4624">#4624</a> for details). So, we recommend using this new feature for graceful reloading/restarting unless there is a particular reason.</p> <p>Please see <a href="https://github.com/fluent/fluentd/pull/4624">#4624</a> for more information.</p> <h3>Add with-source-only feature</h3> <p>This feature has been added to support the zero-downtime-restart feature that it launches Fluentd with input plugins only.</p> <p>This feature has added <code>--with-source-only</code> option in <code>fluentd</code> command, <code>with_source_only</code> option in system configuration and <code>out_buffer</code> plugin which can be used for buffering and relabeling events. These are used internally to support zero-downtime-restart.</p> <p>Please see <a href="https://github.com/fluent/fluentd/pull/4661">#4661</a> for more information.</p> <h3>Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays</h3> <p>The <a href="https://docs.fluentd.org/configuration/config-file#embedded-ruby-code">Embedded Ruby Code</a> has been supported in configuration. In this release, we have extended the syntax to allow the use of Embedded Ruby Code in Hashes and Arrays.</p> <p>Example:</p> <pre><code>key1 [&quot;foo&quot;,&quot;#{1 + 1}&quot;] # Embedded Ruby Code in Array syntax key2 {&quot;foo&quot;:&quot;#{1 + 1}&quot;} # Embedded Ruby Code in Hash syntax </code></pre> <p>Result:</p> <pre><code>key1 [&quot;foo&quot;,&quot;2&quot;] key2 {&quot;foo&quot;:&quot;2&quot;} </code></pre> <p>Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.</p> <p>In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.</p> <p>Example:</p> <pre><code>key &#39;{&quot;foo&quot;:&quot;#{1 + 1}&quot;}&#39; </code></pre> <h3>transport tls: Use <code>SSL_VERIFY_NONE</code> by default</h3> <p>We have changed the flags to <code>SSL_VERIFY_NONE</code> by default for server the certification verification.</p> <p>In the previous versions, it had been necessary to set <code>client_cert_auth false</code> and <code>insecure true</code> to apply SSL<em>VERIFY</em>NONE. This was an inappropriate combination of settings. In this release, it can make it possible to apply <code>SSL_VERIFY_NONE</code> with just <code>client_cert_auth false</code> (default).</p> <h3>transport tls: Add <code>ensure_fips</code> option to ensure FIPS compliant mode</h3> <p>We have added <code>ensure_fips</code> option in <code>transport</code> section in config to check FIPS mode. When it configures <code>ensure_fips true</code>, it will check FIPS mode is supported in your environment, if not, just aborts. By default, it has disabled.</p> <p>Example:</p> <pre><code>&lt;transport tls&gt; ensure_fips true &lt;/transport&gt; </code></pre> <p>Please see <a href="https://docs.fluentd.org/configuration/transport-section#tls-setting">the document</a> for more information.</p> <h3>plugin_helper/server: Add <code>receive_buffer_size</code> parameter in transport section</h3> <p>In the previous versions, the <code>receive_buffer_size</code> option can be set by <code>in_udp</code> only. In this release, we have added the <code>receive_buffer_size</code> option into <code>transport</code> section too to configure the buffer size on <code>in_tcp</code> or <code>in_syslog</code> plugins.</p> <p>Example:</p> <pre><code>&lt;transport udp&gt; receive_buffer_size 4194304 &lt;/transport&gt; </code></pre> <h3>filter_parser: Now able to handle multiple parsed results</h3> <p>In the previous versions, there was a restriction that only the first record could be handled when the parsed result was multiple records. In this release, we have removed this limitation to handle multiple records appropriately.</p> <p>You can read more about this limitation in the <a href="https://www.fluentd.org/blog/fluentd-v1.17.0-has-been-released">Remaining problem: filter_parser</a> in Fluentd v1.17.0 release blog.</p> <h3>in_http: add <code>add_tag_prefix</code> option</h3> <p>We have added <code>add_tag_prefix</code> option in <code>in_http</code> plugin to add the prefix to the incoming event&#39;s tag, similar to <code>in_forward</code> plugin.</p> <p>Example:</p> <pre><code>&lt;source&gt; @type http add_tag_prefix prod &lt;/source&gt; </code></pre> <h3>System configuration: add path option in log section</h3> <p>We have added <code>path</code> option to <code>log</code> section of system configuration.</p> <p>Example:</p> <pre><code>&lt;system&gt; &lt;log&gt; path /path/to/log_file &lt;/log&gt; &lt;/system&gt; </code></pre> <h2>Bug Fix</h2> <h3>command: fix NoMethodError of --daemon under Windows</h3> <p>We have fixed a NoMethodError when launches <code>fluentd</code> with <code>--daemon</code> command line option under Windows platform.</p> <h3>fluentd command: fix --plugin (-p) option not to overwrite default value</h3> <p>We have fixed <code>--plugin</code> command line option that it does not overwrite the default value.</p> <p>Enjoy logging!</p> fluent-package v5.0.5 has been released https://www.fluentd.org/blog/fluent-package-v5.0.5-has-been-released <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.0.5">v5.0.5</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This is a maintenance release of v5.0.x LTS series. As bundled Ruby was updated to 3.2.6 and Fluentd was updated to 1.16.6. We recommend upgrading to fluent-package v5.0.5!</p> <h3>Changes from fluent-package v5.0.4</h3> <p>In this release, focused on updating bundled ones.</p> <ul> <li>Update ruby to 3.2.6</li> <li>Update fluentd to 1.16.6</li> <li>Update bundled gems overall</li> <li>Solved possibility of DoS through &quot;NoMemoryError&quot;</li> <li>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</li> <li>Fixed SIGABORT error with fluent-plugin-systemd</li> </ul> <h3>Solved possibility of DoS through &quot;NoMemoryError&quot;</h3> <p>In the previous versions of msgpack gem, there was a possibility that cause DoS (Denial Of Service) when crafted message was sent to Fluentd.</p> <p>When that message was sent, it might cause &quot;NoMemoryError&quot; on Fluentd because there is a case that msgpack try to pre-allocate huge amount of memories.</p> <p>Above behavior was fixed not to pre-allocate over 32k entries (limit pre-allocated amount of memories) in msgpack 1.7.3 and bundled into fluent-package v5.0.5.</p> <h3>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</h3> <p>In the previous versions, fluentd.bat doesn&#39;t set GEM<em>HOME/GEM</em>PATH explicitly.</p> <p>If users set custom <code>GEM_HOME</code> / <code>GEM_PATH</code> environment variables, the batch file will not work as expected. Therefore, this patch will set the appropriate values in the batch file.</p> <p>Above bug was also fixed in fluent-package v5.0.5.</p> <h3>Fixed SIGABORT error with fluent-plugin-systemd</h3> <p>In this release, the bundled fluent-plugin-systemd was updated to 1.1.0. That release fixed SIGABORT error with inconsistency of memory allocator handling.</p> <h3>Download</h3> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h4>About next LTS schedule</h4> <p>We plan to ship the next LTS version of fluent-package v5.0.6 on March, 2025. The content of updates are still in T.B.D.</p> <h4>End of support for td-agent v4, let&#39;s migrate to fluent-package</h4> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 was reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> 2024-11-08 <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.0.5">v5.0.5</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This is a maintenance release of v5.0.x LTS series. As bundled Ruby was updated to 3.2.6 and Fluentd was updated to 1.16.6. We recommend upgrading to fluent-package v5.0.5!</p> <h3>Changes from fluent-package v5.0.4</h3> <p>In this release, focused on updating bundled ones.</p> <ul> <li>Update ruby to 3.2.6</li> <li>Update fluentd to 1.16.6</li> <li>Update bundled gems overall</li> <li>Solved possibility of DoS through &quot;NoMemoryError&quot;</li> <li>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</li> <li>Fixed SIGABORT error with fluent-plugin-systemd</li> </ul> <h3>Solved possibility of DoS through &quot;NoMemoryError&quot;</h3> <p>In the previous versions of msgpack gem, there was a possibility that cause DoS (Denial Of Service) when crafted message was sent to Fluentd.</p> <p>When that message was sent, it might cause &quot;NoMemoryError&quot; on Fluentd because there is a case that msgpack try to pre-allocate huge amount of memories.</p> <p>Above behavior was fixed not to pre-allocate over 32k entries (limit pre-allocated amount of memories) in msgpack 1.7.3 and bundled into fluent-package v5.0.5.</p> <h3>msi: set <code>GEM_HOME</code>/<code>GEM_PATH</code> in fluentd.bat</h3> <p>In the previous versions, fluentd.bat doesn&#39;t set GEM<em>HOME/GEM</em>PATH explicitly.</p> <p>If users set custom <code>GEM_HOME</code> / <code>GEM_PATH</code> environment variables, the batch file will not work as expected. Therefore, this patch will set the appropriate values in the batch file.</p> <p>Above bug was also fixed in fluent-package v5.0.5.</p> <h3>Fixed SIGABORT error with fluent-plugin-systemd</h3> <p>In this release, the bundled fluent-plugin-systemd was updated to 1.1.0. That release fixed SIGABORT error with inconsistency of memory allocator handling.</p> <h3>Download</h3> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h4>About next LTS schedule</h4> <p>We plan to ship the next LTS version of fluent-package v5.0.6 on March, 2025. The content of updates are still in T.B.D.</p> <h4>End of support for td-agent v4, let&#39;s migrate to fluent-package</h4> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 was reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> Scheduled support lifecycle announcement about Fluent Package v6 https://www.fluentd.org/blog/fluent-package-v6-scheduled-lifecycle <p>Hi users!</p> <p>We had launched <code>fluent-package</code> v5 series last year, recently shipped <a href="/blog/fluent-package-v5.0.4-has-been-released">v5.0.4</a> in LTS release channel and <a href="http://localhost:9395/blog/fluent-package-v5.1.0-has-been-released">v5.1.0</a> in normal release channel.</p> <p>In this blog article, we explains the planned next major updates - v6.0.0.</p> <h3>When the next LTS (Long Term Support) version available?</h3> <p>In short, we will ship fluent-package v6 in Aug, 2025.</p> <p>We keeps two release channels as follows:</p> <ul> <li>Normal release</li> <li>LTS (Long Term Support)</li> </ul> <p>Here is the difference of these channels.</p> <ul> <li>Normal release (6.x series) <ul> <li>Recommended for early adopters (eager to try new features of Fluentd)</li> <li>Rapid release development (planned semi-annually releases, but it may vary.)</li> <li>Fluentd will be upgraded occasionally <ul> <li>Minor upgrade will be applied. e.g. 1.18 =&gt; 1.19 and so on.</li> <li>e.g. v6.0.1 (Fluentd v1.18.1), v6.0.2 (Fluentd v1.18.2), ... v6.1.0 (Fluentd v1.19.0)</li> </ul></li> <li>The only latest version will be supported (bug fix will not be backported into older version)</li> </ul></li> <li>LTS (Long Term Support, 6.0.x series) <ul> <li>Recommended for enterprise services</li> <li>Security and bug fix release only</li> <li>Fluentd will be upgraded only in the teeny version and will stick to 1.18.x series. (T.B.D.) <ul> <li>Thus, the version number will be 6.0.x. (6.1 series will not be shipped for LTS channel)</li> <li>e.g. v6.0.1 (Fluentd v1.18.1), v6.0.2 (Fluentd v1.18.2), v6.0.3 (Fluentd v1.18.3) ... v6.0.x (Fluentd v1.18.x) and so on.</li> </ul></li> <li>Next major version will be <code>fluent-package</code> v7.0.0, and will be shipped in 2027 (T.B.D.).</li> </ul></li> </ul> <p>As for fluent-package v6,</p> <ul> <li>fluent-package v5 LTS will be supported until Dec, 2025. <ul> <li>We expect users upgrade from v5 to v6 during the grace period.</li> </ul></li> <li>Until 6.1.0 is released, normal release channel and LTS channel are the same package.</li> <li>Upgrade from v4 or older version is not supported. Upgrade to v5 first, then upgrade it to v6.</li> </ul> <p>Current releases and future plans:</p> <p><img src="/images/blog/20240829_fluent-package-v6-scheduled-lifecycle.png" alt=""></p> <!-- Generated by mermaid-js: npm install -g @mermaid-js/mermaid-cli npx mmdc -t default -i fluent-package-v6-scheduled-lifecycle.mmd -o fluent-package-v6-scheduled-lifecycle.png gantt title Scheduled Support lifecycle for Fluent Package v6 dateFormat YYYY-MM axisFormat %Y-%m todayMarker off section v5 v5.0.4 :active, v504, 2024-07-02, 90d v5.1.0 :active, v510, after v504, 90d v5.1.x :active, v51x, after v510, 90d section v5.0 (LTS) %% date -d '20240702 547 days' +%Y%m%d %% => 20251231 v5.0.x (LTS) :lts_v5, 2024-07-02, 547d section v6.x v6.0.0 :active, v600, 2025-08-29, 90d v6.0.1 (T.B.D.) :active, v601, after v600, 90d %% date -d '20250829 180 days' +%Y%m%d %% => 20260225 %% date -d '20260225 550 days' +%Y%m%d %% => 20270829 v6.0.x (T.B.D.) :active, v60x, after v601, 275d v6.1.x (T.B.D.) :active, v61x, after v60x, 275d section v6.0 (LTS) %% date -d '20250829 854 days' +%Y%m%d %% => 20271231 v6.0.x (LTS) :lts_v6, 2025-08-29, 854d Fluent Pacakge v7.0.x (LTS) :milestone, lts_v7, 2027-08-29, 10d --> <table border=1 width="100%"> <tr> <th style='background-color: #eee'>Release Version</th> <th style='background-color: #eee'>Release Date</th> <th style='background-color: #eee'>End of life</th> </tr> <tr> <td>v5.0.x (LTS)</td> <td>Aug, 2023</td> <td>Dec, 2025</td> </tr> <tr> <td>v6.0.0 (LTS)</td> <td>Aug, 2025</td> <td>Dec, 2027 (T.B.D.)</td> </tr> <tr> <td>v7.0.0 (LTS)</td> <td>Aug, 2027 (T.B.D.)</td> <td>T.B.D.</td> </tr> </table> <p>Happy logging!</p> 2024-08-29 <p>Hi users!</p> <p>We had launched <code>fluent-package</code> v5 series last year, recently shipped <a href="/blog/fluent-package-v5.0.4-has-been-released">v5.0.4</a> in LTS release channel and <a href="http://localhost:9395/blog/fluent-package-v5.1.0-has-been-released">v5.1.0</a> in normal release channel.</p> <p>In this blog article, we explains the planned next major updates - v6.0.0.</p> <h3>When the next LTS (Long Term Support) version available?</h3> <p>In short, we will ship fluent-package v6 in Aug, 2025.</p> <p>We keeps two release channels as follows:</p> <ul> <li>Normal release</li> <li>LTS (Long Term Support)</li> </ul> <p>Here is the difference of these channels.</p> <ul> <li>Normal release (6.x series) <ul> <li>Recommended for early adopters (eager to try new features of Fluentd)</li> <li>Rapid release development (planned semi-annually releases, but it may vary.)</li> <li>Fluentd will be upgraded occasionally <ul> <li>Minor upgrade will be applied. e.g. 1.18 =&gt; 1.19 and so on.</li> <li>e.g. v6.0.1 (Fluentd v1.18.1), v6.0.2 (Fluentd v1.18.2), ... v6.1.0 (Fluentd v1.19.0)</li> </ul></li> <li>The only latest version will be supported (bug fix will not be backported into older version)</li> </ul></li> <li>LTS (Long Term Support, 6.0.x series) <ul> <li>Recommended for enterprise services</li> <li>Security and bug fix release only</li> <li>Fluentd will be upgraded only in the teeny version and will stick to 1.18.x series. (T.B.D.) <ul> <li>Thus, the version number will be 6.0.x. (6.1 series will not be shipped for LTS channel)</li> <li>e.g. v6.0.1 (Fluentd v1.18.1), v6.0.2 (Fluentd v1.18.2), v6.0.3 (Fluentd v1.18.3) ... v6.0.x (Fluentd v1.18.x) and so on.</li> </ul></li> <li>Next major version will be <code>fluent-package</code> v7.0.0, and will be shipped in 2027 (T.B.D.).</li> </ul></li> </ul> <p>As for fluent-package v6,</p> <ul> <li>fluent-package v5 LTS will be supported until Dec, 2025. <ul> <li>We expect users upgrade from v5 to v6 during the grace period.</li> </ul></li> <li>Until 6.1.0 is released, normal release channel and LTS channel are the same package.</li> <li>Upgrade from v4 or older version is not supported. Upgrade to v5 first, then upgrade it to v6.</li> </ul> <p>Current releases and future plans:</p> <p><img src="/images/blog/20240829_fluent-package-v6-scheduled-lifecycle.png" alt=""></p> <!-- Generated by mermaid-js: npm install -g @mermaid-js/mermaid-cli npx mmdc -t default -i fluent-package-v6-scheduled-lifecycle.mmd -o fluent-package-v6-scheduled-lifecycle.png gantt title Scheduled Support lifecycle for Fluent Package v6 dateFormat YYYY-MM axisFormat %Y-%m todayMarker off section v5 v5.0.4 :active, v504, 2024-07-02, 90d v5.1.0 :active, v510, after v504, 90d v5.1.x :active, v51x, after v510, 90d section v5.0 (LTS) %% date -d '20240702 547 days' +%Y%m%d %% => 20251231 v5.0.x (LTS) :lts_v5, 2024-07-02, 547d section v6.x v6.0.0 :active, v600, 2025-08-29, 90d v6.0.1 (T.B.D.) :active, v601, after v600, 90d %% date -d '20250829 180 days' +%Y%m%d %% => 20260225 %% date -d '20260225 550 days' +%Y%m%d %% => 20270829 v6.0.x (T.B.D.) :active, v60x, after v601, 275d v6.1.x (T.B.D.) :active, v61x, after v60x, 275d section v6.0 (LTS) %% date -d '20250829 854 days' +%Y%m%d %% => 20271231 v6.0.x (LTS) :lts_v6, 2025-08-29, 854d Fluent Pacakge v7.0.x (LTS) :milestone, lts_v7, 2027-08-29, 10d --> <table border=1 width="100%"> <tr> <th style='background-color: #eee'>Release Version</th> <th style='background-color: #eee'>Release Date</th> <th style='background-color: #eee'>End of life</th> </tr> <tr> <td>v5.0.x (LTS)</td> <td>Aug, 2023</td> <td>Dec, 2025</td> </tr> <tr> <td>v6.0.0 (LTS)</td> <td>Aug, 2025</td> <td>Dec, 2027 (T.B.D.)</td> </tr> <tr> <td>v7.0.0 (LTS)</td> <td>Aug, 2027 (T.B.D.)</td> <td>T.B.D.</td> </tr> </table> <p>Happy logging!</p> Fluentd v1.16.6 has been released https://www.fluentd.org/blog/fluentd-v1.16.6-has-been-released <p>Hi users!</p> <p>We have released v1.16.6 on 2024-08-20. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/v1.16/CHANGELOG.md#release-v1166---20240816">here</a>.</p> <p>This release is a maintenance release of v1.16 series. In this release, some bugs were fixed with backporting from v1.17.x.</p> <h2>Bug Fixes</h2> <h3><code>yaml_parser</code>: <code>$log_level</code> notation in YAML was supported</h3> <p>In this release, we added a support for <code>$log_level</code> in <a href="https://docs.fluentd.org/configuration/config-file-yaml">YAML config file syntax</a>.</p> <p>In the previous versions, if you used <code>log_level</code> in YAML configuration, it causes a following warning:</p> <pre><code>[warn]: #0 &#39;log_level&#39; is deprecated parameter name. use &#39;@log_level&#39; instead. </code></pre> <p>But <code>@log_level</code> is invalid in YAML format. In YAML format, it should be <code>$log_level</code> as same as similar parameter such as <code>$tag</code> and <code>$type</code>, but not supported before.</p> <p>Since Fluentd v1.16.6, <code>$log_level</code> has been supported! (In v1.17.x, it was supported since v1.17.1)</p> <h3>fluentd command: Fix <code>--plugin</code> (-p) option not to overwrite default value</h3> <p>In this release, we have fixed a bug that fluentd command: <code>--plugin</code> (-p) option could not overwrite default value.</p> <p>This bug was unexpectedly introduced since v1.16.0.</p> <p>Now it was reverted to the original behavior.</p> <h3>logger: Fix LoadError with console gem v1.25</h3> <p>In this release, we fixed a LoadError with console gem v1.25 or later.</p> <p>Since console gem v1.25 or later, it&#39;s internal change causes a LoadError in Fluentd. This error breaks existing plugin such as fluent-plugin-prometheus which provides monitoring REST API.</p> <ul> <li><a href="https://github.com/fluent/fluentd/issues/4576">500 response when scraping prometheus metrics in kubernetes with istio service mesh</a></li> </ul> <p>With supporting console gem v1.25 or later, this issue has solved!</p> <p>Enjoy logging!</p> 2024-08-20 <p>Hi users!</p> <p>We have released v1.16.6 on 2024-08-20. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/v1.16/CHANGELOG.md#release-v1166---20240816">here</a>.</p> <p>This release is a maintenance release of v1.16 series. In this release, some bugs were fixed with backporting from v1.17.x.</p> <h2>Bug Fixes</h2> <h3><code>yaml_parser</code>: <code>$log_level</code> notation in YAML was supported</h3> <p>In this release, we added a support for <code>$log_level</code> in <a href="https://docs.fluentd.org/configuration/config-file-yaml">YAML config file syntax</a>.</p> <p>In the previous versions, if you used <code>log_level</code> in YAML configuration, it causes a following warning:</p> <pre><code>[warn]: #0 &#39;log_level&#39; is deprecated parameter name. use &#39;@log_level&#39; instead. </code></pre> <p>But <code>@log_level</code> is invalid in YAML format. In YAML format, it should be <code>$log_level</code> as same as similar parameter such as <code>$tag</code> and <code>$type</code>, but not supported before.</p> <p>Since Fluentd v1.16.6, <code>$log_level</code> has been supported! (In v1.17.x, it was supported since v1.17.1)</p> <h3>fluentd command: Fix <code>--plugin</code> (-p) option not to overwrite default value</h3> <p>In this release, we have fixed a bug that fluentd command: <code>--plugin</code> (-p) option could not overwrite default value.</p> <p>This bug was unexpectedly introduced since v1.16.0.</p> <p>Now it was reverted to the original behavior.</p> <h3>logger: Fix LoadError with console gem v1.25</h3> <p>In this release, we fixed a LoadError with console gem v1.25 or later.</p> <p>Since console gem v1.25 or later, it&#39;s internal change causes a LoadError in Fluentd. This error breaks existing plugin such as fluent-plugin-prometheus which provides monitoring REST API.</p> <ul> <li><a href="https://github.com/fluent/fluentd/issues/4576">500 response when scraping prometheus metrics in kubernetes with istio service mesh</a></li> </ul> <p>With supporting console gem v1.25 or later, this issue has solved!</p> <p>Enjoy logging!</p> Fluentd v1.17.1 has been released https://www.fluentd.org/blog/fluentd-v1.17.1-has-been-released <p>Hi users!</p> <p>We have released v1.17.1 on 2024-08-19. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1171---20240819">here</a>.</p> <p>This release is a new release of v1.17 series. In this release, we added some new options for some plugins and fixed bugs of Parser.</p> <h2>Enhancement</h2> <h3><code>yaml_parser</code>: <code>$log_level</code> notation in YAML was supported</h3> <p>In this release, we added a support for <code>$log_level</code> in <a href="https://docs.fluentd.org/configuration/config-file-yaml">YAML config file syntax</a>.</p> <p>In the previous versions, if you used <code>log_level</code> in YAML configuration, it causes a following warning:</p> <pre><code>[warn]: #0 &#39;log_level&#39; is deprecated parameter name. use &#39;@log_level&#39; instead. </code></pre> <p>But <code>@log_level</code> is invalid in YAML format. In YAML format, it should be <code>$log_level</code> as same as similar parameter such as <code>$tag</code> and <code>$type</code>, but not supported before.</p> <p>Since Fluentd v1.17.1, <code>$log_level</code> has been supported now!</p> <h3><code>out_http</code>: <code>compress</code> option was supported</h3> <p>In this release, we added a new option <a href="https://docs.fluentd.org/output/http#compress">compress</a> for the <a href="https://docs.fluentd.org/output/http">out_http</a> plugin.</p> <p>You can compress HTTP request body by specifying <code>compress gzip</code>. To keep compatibility, the default configuration is set as <code>compress text</code> (no compression).</p> <p>This feature was contributed by @rockliffelewis. Thanks!</p> <h3><code>in_sample</code>: the default behavior was changed</h3> <p>In this release, we changed the default behavior of <a href="https://docs.fluentd.org/input/sample">in_sample</a> plugin and added a new option <a href="https://docs.fluentd.org/input/sample#reuse_record">reuse_record</a> for it.</p> <p>The default behavior has changed to copy sample data to avoid the impact of destructive changes by subsequent plugins.</p> <p>In the previous versions, when <code>in_sample</code> plugin is used with the subsequent filter parser plugin which uses <code>remove_key_name_field</code>, it raises the following error repeatedly.</p> <pre><code>#0 dump an error event: error_class=ArgumentError error=&quot;message does not exist&quot; </code></pre> <p>This error occurs when <code>key_name</code> and <code>remove_key_name_field</code> removes key from record with destructive change in filter parser. It affects generated sample data after twice or later. (This error is not limited to filter parser plugin. The similar destructive change will be done with the subsequent plugins, this error is reproducible)</p> <p>The new default behavior (<code>reuse_record false</code>) avoids this problem, but it increases the load when generating large amounts of sample data. You can use this new parameter to have the same performance as before with <code>reuse_record</code>.</p> <h2>Bug Fixes</h2> <h3>logger: Fix LoadError with console gem v1.25</h3> <p>In this release, we fixed a LoadError with console gem v1.25 or later.</p> <p>Since console gem v1.25 or later, it&#39;s internal change causes a LoadError in Fluentd. This error breaks existing plugin such as fluent-plugin-prometheus which provides monitoring REST API.</p> <ul> <li><a href="https://github.com/fluent/fluentd/issues/4576">500 response when scraping prometheus metrics in kubernetes with istio service mesh</a></li> </ul> <p>With supporting console gem v1.25 or later, this issue has solved!</p> <p>Enjoy logging!</p> 2024-08-19 <p>Hi users!</p> <p>We have released v1.17.1 on 2024-08-19. ChangeLog is <a href="https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1171---20240819">here</a>.</p> <p>This release is a new release of v1.17 series. In this release, we added some new options for some plugins and fixed bugs of Parser.</p> <h2>Enhancement</h2> <h3><code>yaml_parser</code>: <code>$log_level</code> notation in YAML was supported</h3> <p>In this release, we added a support for <code>$log_level</code> in <a href="https://docs.fluentd.org/configuration/config-file-yaml">YAML config file syntax</a>.</p> <p>In the previous versions, if you used <code>log_level</code> in YAML configuration, it causes a following warning:</p> <pre><code>[warn]: #0 &#39;log_level&#39; is deprecated parameter name. use &#39;@log_level&#39; instead. </code></pre> <p>But <code>@log_level</code> is invalid in YAML format. In YAML format, it should be <code>$log_level</code> as same as similar parameter such as <code>$tag</code> and <code>$type</code>, but not supported before.</p> <p>Since Fluentd v1.17.1, <code>$log_level</code> has been supported now!</p> <h3><code>out_http</code>: <code>compress</code> option was supported</h3> <p>In this release, we added a new option <a href="https://docs.fluentd.org/output/http#compress">compress</a> for the <a href="https://docs.fluentd.org/output/http">out_http</a> plugin.</p> <p>You can compress HTTP request body by specifying <code>compress gzip</code>. To keep compatibility, the default configuration is set as <code>compress text</code> (no compression).</p> <p>This feature was contributed by @rockliffelewis. Thanks!</p> <h3><code>in_sample</code>: the default behavior was changed</h3> <p>In this release, we changed the default behavior of <a href="https://docs.fluentd.org/input/sample">in_sample</a> plugin and added a new option <a href="https://docs.fluentd.org/input/sample#reuse_record">reuse_record</a> for it.</p> <p>The default behavior has changed to copy sample data to avoid the impact of destructive changes by subsequent plugins.</p> <p>In the previous versions, when <code>in_sample</code> plugin is used with the subsequent filter parser plugin which uses <code>remove_key_name_field</code>, it raises the following error repeatedly.</p> <pre><code>#0 dump an error event: error_class=ArgumentError error=&quot;message does not exist&quot; </code></pre> <p>This error occurs when <code>key_name</code> and <code>remove_key_name_field</code> removes key from record with destructive change in filter parser. It affects generated sample data after twice or later. (This error is not limited to filter parser plugin. The similar destructive change will be done with the subsequent plugins, this error is reproducible)</p> <p>The new default behavior (<code>reuse_record false</code>) avoids this problem, but it increases the load when generating large amounts of sample data. You can use this new parameter to have the same performance as before with <code>reuse_record</code>.</p> <h2>Bug Fixes</h2> <h3>logger: Fix LoadError with console gem v1.25</h3> <p>In this release, we fixed a LoadError with console gem v1.25 or later.</p> <p>Since console gem v1.25 or later, it&#39;s internal change causes a LoadError in Fluentd. This error breaks existing plugin such as fluent-plugin-prometheus which provides monitoring REST API.</p> <ul> <li><a href="https://github.com/fluent/fluentd/issues/4576">500 response when scraping prometheus metrics in kubernetes with istio service mesh</a></li> </ul> <p>With supporting console gem v1.25 or later, this issue has solved!</p> <p>Enjoy logging!</p> fluent-package v5.1.0 has been released https://www.fluentd.org/blog/fluent-package-v5.1.0-has-been-released <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.1.0">v5.1.0</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This release is a new release of v5.1 series. Bundled ruby version was upgraded to 3.2.5 and fluentd v1.17.0 was shipped!</p> <h3>Changes from fluent-package v5.0.4</h3> <p>In this release, focused on updating bundled ones.</p> <ul> <li>Update fluentd to 1.17.0</li> <li>Update ruby to 3.2.5</li> <li>Update bundled gems overall</li> </ul> <h3>Update bundled components overall</h3> <p>In LTS version, conservative updating policy is enabled, so updating gem is very limited to bug fix or security fix. In contrast to LTS version, v5.1.0 bundles more recent components because of standard version.</p> <p>As we already announced in <a href="/blog/fluent-package-scheduled-lifecycle">Scheduled support lifecycle announcement about Fluent Package</a> blog article, in normal release channel, we will ship the latest version (v1.17.0) of Fluentd.</p> <p>So if you want to try using latest version of Fluentd, v5.1.0 is one for you. If you use fluent-package in enterprise services, keep using fluent-package 5.0.x (LTS).</p> <div markdown="span" class="alert alert-info" role="alert"> <i class="fa fa-info-circle"></i> <b>Note:</b>In the previous versions, there is no different in normal release channel and LTS release channel. But from this release, v5.1.x will be shipped in normal release channel. v5.0.x will be shipped in LTS channel. </div> <h3>Download</h3> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h4>About next LTS schedule</h4> <p>We plan to ship the next LTS version of fluent-package v5.0.5 on Oct, 2024. The content of updates are still in T.B.D.</p> <h4>End of support for td-agent v4, let&#39;s migrate to fluent-package</h4> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 was reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p> 2024-08-02 <p>Hi users!</p> <p>We have released fluent-package <a href="https://github.com/fluent/fluent-package-builder/releases/tag/v5.1.0">v5.1.0</a>. fluent-package is a stable distribution package of Fluentd. (successor of td-agent v4)</p> <p>This release is a new release of v5.1 series. Bundled ruby version was upgraded to 3.2.5 and fluentd v1.17.0 was shipped!</p> <h3>Changes from fluent-package v5.0.4</h3> <p>In this release, focused on updating bundled ones.</p> <ul> <li>Update fluentd to 1.17.0</li> <li>Update ruby to 3.2.5</li> <li>Update bundled gems overall</li> </ul> <h3>Update bundled components overall</h3> <p>In LTS version, conservative updating policy is enabled, so updating gem is very limited to bug fix or security fix. In contrast to LTS version, v5.1.0 bundles more recent components because of standard version.</p> <p>As we already announced in <a href="/blog/fluent-package-scheduled-lifecycle">Scheduled support lifecycle announcement about Fluent Package</a> blog article, in normal release channel, we will ship the latest version (v1.17.0) of Fluentd.</p> <p>So if you want to try using latest version of Fluentd, v5.1.0 is one for you. If you use fluent-package in enterprise services, keep using fluent-package 5.0.x (LTS).</p> <div markdown="span" class="alert alert-info" role="alert"> <i class="fa fa-info-circle"></i> <b>Note:</b>In the previous versions, there is no different in normal release channel and LTS release channel. But from this release, v5.1.x will be shipped in normal release channel. v5.0.x will be shipped in LTS channel. </div> <h3>Download</h3> <p>Please see <a href="/download/fluent_package">the download page</a>.</p> <h4>About next LTS schedule</h4> <p>We plan to ship the next LTS version of fluent-package v5.0.5 on Oct, 2024. The content of updates are still in T.B.D.</p> <h4>End of support for td-agent v4, let&#39;s migrate to fluent-package</h4> <p>As it was already announced <a href="schedule-for-td-agent-4-eol">Drop schedule announcement about EOL of Treasure Agent (td-agent) 4</a>, td-agent v4 was reached EOL in Dec, 2023.</p> <p>After reached EOL, td-agent v4.5.3 on Windows was released because there was a crash bug during startup on Windows. It was backported fix from fluent-package v5 as it is critical in some case. Even though this was a exceptional maintenance release, but there is no change to the fact that we already stopped maintaining td-agent v4.</p> <p>We strongly recommend migrating from td-agent v4 to fluent-package v5 (LTS). See <a href="upgrade-td-agent-v4-to-v5">Upgrade to fluent-package v5</a></p>