The roundrobin Output plugin distributes events to multiple outputs using a round-robin algorithm.
out_roundrobin is included in Fluentd's core. No additional installation process is required.
<match pattern>
type roundrobin
<store>
type tcp
host 192.168.1.21
...
</store>
<store>
...
</store>
<store>
...
</store>
</match>
NOTE: Please see the Config File article for the basic structure and syntax of the configuration file.
The value must be roundrobin.
Specifies the storage destinations. The format is the same as the <match> directive.
INCLUDE: _log_level_params