Fluentd v1.3.3 has been released

Hi users!

We have released v1.3.3. ChangeLog is here. This release is mainly for bug fixes

parser_syslog: Support RFC5424 timestamp without subseconds

Now, parser_syslog can accept RFC5424 timestampe with/without subseconds.

<16>1 2017-02-06T13:14:15Z 192.168.0.1 fluentd - - - Hi, from Fluentd!
<16>1 2017-02-06T13:14:15.003Z 192.168.0.1 fluentd - - - Hi, from Fluentd with subseconds!

No additional setting for these events.

Major bug fixes

  • server: Ignore ECONNRESET in TLS accept to avoid fluentd restart
  • log: Fix plugin logger ignores fluentd log event setting This fixes @id having plugins ignore <label @FLUENT_LOG> configuration.

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.