Fluentd v1.7.3 has been released

Hi users!

We have released v1.7.3. ChangeLog is here. This release is mainly for fixing socket cache bug of out_forward.

in_syslog: Replace priority_key with severity_key

in_syslog's priority_key parameter is misleading name because it sets severity, not priority value. So we add severity_key parameter.

<source>
  @type syslog
  severity_key severity
  tag syslog
</source>

priority_key is still supported for existing users but we will remove priority_key parameter at fluentd v2.

Major bug fixes

  • out_forward: Fix nil error after purge obsoleted socket in socket cache

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