Fluentd v0.12.28 has been released

Hi users!

We have released Fluentd version 0.12.28. Here are the changes:

New features / Enhancement

  • in_forward: Add source_hostname_key parameter: #807

Bug fixes

  • parser: Ensure strict mode is used for Oj parser: #1147

in_forward: Add source_hostname_key parameter

This parameter is useful when your forwarders hard to add hostname or comparing hostname for debugging, See this comment.

When this parameter is specified, in_forward iterates / mutates incoming events and it needs additional processing resource. If your environment is very high traffic, check the performance first.

parser: Ensure strict mode is used for Oj parser

Oj parser treats : started string as a symbol, not string. It causes plugins raise an error like "undefined method `strip' for #<Symbol:0x000000033f370c>".

v0.12.28 fixes this problem.


Lastly, v0.12.28 docker image has also been available on Docker Hub.


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.


About Fluentd

Fluentd is an open source data collector to unify log management.

Learn

Want to learn the basics of Fluentd? Check out these pages.

Ask the Community

Couldn't find enough information? Let's ask the community!

Ask the Experts

You need commercial-grade support from Fluentd committers and experts?

Follow Us!