roundrobin
The roundrobin
Output plugin distributes events to multiple outputs using a weighted round-robin algorithm.
It is included in Fluentd's core.
Example Configuration
Supported Modes
Non-Buffered
Parameters
@type
@type
The value must be roundrobin
.
<store>
<store>
Specifies the storage destinations. The format is the same as the <match>
directive.
weight
weight
type
default
version
integer
1
0.14.1
Weight to distribute events to multiple outputs.
Last updated
Was this helpful?