Hi users!
We have released v1.2.2. ChangeLog is here. This release is mainly for bug fixes.
remove_key_name_field
parameterWith reserve_data true
, key_name
field is kept in the record.
Original record:
{"k1":"v1","log":"{\"k2\":\"v2\"}"}
Parsed result:
{"k1":"v1","log":"{\"k2\":\"v2\"}","k2":"v2"}
But we often don't need original key_name
field when parsing is succeeded.
You can remove key_name
field with remove_key_name_field true
.
Parsed result is below:
{"k1":"v1","k2":"v2"}
@queued_num
itemsThanks for submitting bug reports and patches :)
Enjoy logging!
Subscribed to the RSS feed here.
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.
Fluentd is an open source data collector to unify log management.
2022-05-26: td-agent v4.3.1.1 for Windows has been released
2022-04-29: td-agent v4.3.1 has been released
2022-03-31: Fluentd v1.14.6 has been released
2022-02-09: Fluentd v1.14.5 has been released
2022-01-06: Fluentd v1.14.4 has been released
Want to learn the basics of Fluentd? Check out these pages.
Couldn't find enough information? Let's ask the community!
You need commercial-grade support from Fluentd committers and experts?
©2010-2022 Fluentd Project. ALL Rights Reserved.
Fluentd is a hosted project under the Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.