Hi users!
We have just released Fluentd version 0.12.3. Here are the changes:
nginx
and apache2
format can now parse access log without http-version: #535-g
and -G
now works in embedded Ruby environment like Treasure Agent: #423calc_retry_wait
if Integer is used for retry_wait
parameter: #529This release is mainly for improving stability.
In old record_transfomer
filter, values in <record>
becomes string value.
For example, if you have following configuration,
<filter debug.**>
type record_transformer
<record>
hash {
"hostname": "${hostname}",
"tag": "${tag}"
}
</record>
</filter>
<match debug.**>
type stdout
</match>
We got a stringized result, not hash.
2015-01-16 00:10:20 +0900 debug.test: {"k":"v","hash":"{\"hostname\":\"server1\",\"tag\":\"debug.test\"}"}
Since this version, got hash value like below.
2015-01-16 00:10:20 +0900 debug.test: {"k":"v","hash":{"hostname":"server1","tag":"debug.test"}}
In old version, fluentd waits retry wait even if received USR1 signal. From now, fluentd flushes buffers immediately.
In addition, TimeSlicedOutput plugin, e.g. out_file, also flushes buffers by USR1.
Happy 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.
2023-11-29: fluent-package v5.0.2 has been released
2023-11-14: Fluentd v1.16.3 and v1.16.2 have been released
2023-08-29: Drop schedule announcement about EOL of Treasure Agent (td-agent) 4
2023-08-29: Scheduled support lifecycle announcement about Fluent Package
2023-07-31: Upgrade to fluent-package v5
2023-05-08: td-agent v4.5.0 has been released
2023-04-20: Fluentd v1.16.1 has been released
2023-03-29: Fluentd v1.16.0 has been released
2022-11-11: Fluentd v1.15.3 has been released
2022-11-08: td-agent v4.4.2 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-2023 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.