Fluentd v1.10.0 has been released

Hi users!

We have released v1.10.0. ChangeLog is here. This release includes new sd plugin and some enhancements.

Add sd_srv plugin

You can manage the service list via DNS SRV record.

See official article: https://docs.fluentd.org/service_discovery/srv

parser_syslog: Improve time_format handling

parser_syslog now handles non-standard time_format like below:

  • log example
2020-03-03T10:14:29Z 192.168.0.1 fluentd[11111]: [error] Syslog test
  • parser configuration example in in_syslog
<parse>
  # Non RFC3164 time format. It doesn't work before.
  time_format %Y-%m-%dT%H:%M:%SZ
</parse>

in_dummy: Delete suspend parameter

This parameter is for old in_dummy implementation. suspend feature is automatically handled by the storage plugin.

Major bug fixes

  • buffer: Fix available_buffer_space_ratio calculation
  • windows: Permit to specify linger_timeout in out_forward
  • tls: Support CRLF based X.509 certificates

Enjoy logging!

Subscribed to the RSS feed here.

Written by Masahiro Nakagawa

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.