Fluentd v1.19.1 has been released

Hi users!

We have released v1.19.1 on 2025-11-06. ChangeLog is here.

This release is a maintenance release of v1.19 series.

This release will be bundled for upcoming fluent-package LTS version v6.0.1!

Bug Fixes

YAML configuration: Added Support for Array Notation

Previously, when specifying multiple values, you had to use a comma-separated list such as: retryable_response_codes: 503, 504.

With this update, you can now use more YAML-style array notations:

retryable_response_codes: [503, 504]

or

retryable_response_codes:
  - 503
  - 504

Note: The special element $arg has supported array notation from earlier versions.

Note: There is still a known YAML syntax issue where specifying a single int value for an Array option causes a config error. For details, please refer to #5149.

Enjoy logging!

There are some commercial supports for Fluentd, see Enterprise Services. If you use Fluentd on production, Let's share your use-case/testimonial on Testimonials page. Please consider to feedback Use-Case/Testimonials via GitHub.

Subscribed to the RSS feed here.

Written by ClearCode, Inc.

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.