Fluentd v1.7.4 has been released

Hi users!

We have released v1.7.4. ChangeLog is here. This release is mainly for fixing bugs.

in_http: Add use_204_response parameter

This change follows RFC7231. For zero-length payload, 204 is better than 200.

<source>
  @type http
  # other parameters
  use_204_response true
</source>

This parameter will be removed at fluentd v2 and in_http will return 204.

Major bug fixes

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.