Fluentd v0.12.14 has been released

Hi users!

We have released Fluentd version 0.12.14, here are the changes:

New features / Enhancement

  • Configuration: Log unused section configuration as a warning level #629.
  • Configuration: Add '@' prefix to the log_level this allow to keep the log_level for backward compatibility #630.
  • Parser: Added a new time_key option for the RegexpParser #588.

Bug fixes

  • out_forward: Add 'dns_round_robin' option #632.

out_forward: DNS Round Robin support

out_forward now supports DNS round robin. If you want to enable DNS round robin, set dns_round_robin true in out_forward configuation.

In addition, DNS round robin doesn't work with UDP heartbeat. So if you use DNS round robin, please use heartbeat tcp or heartbeat none instead.



Happy 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.