buffer
Last updated
Was this helpful?
Last updated
Was this helpful?
The buffer
output plugin buffers and re-labels events. This plugin is similar to , but uses .
It is included in Fluentd's core (since v1.18.0).
In the above example, events ingested by in_udp
are once stored in the buffer of this plugin, then re-routed and output by out_stdout
.
Synchronous Buffered
@type
(required)The value must be buffer
.
@label
(required)string
nil
1.18.0
Specifies the label to re-route.
Note: You can specify @ROOT
to re-route to the root.
<buffer>
Sectionpath
(required)string
required parameter
1.18.0
@type
string
file
1.18.0
Overwrites the default value in this plugin.
chunk_keys
array
tag
1.18.0
Overwrites the default value in this plugin.
flush_mode
enum
interval
1.18.0
Overwrites the default value in this plugin.
flush_interval
integer
10
1.18.0
Overwrites the default value in this plugin.
In addition, you can configure other common settings. Please see the followings for details.
See also:
If this article is incorrect or outdated, or omits critical information, please . is an open-source project under . All components are available under the Apache 2 License.