copy
output plugin copies events to multiple outputs.out_copy
is included in Fluentd's core. No additional installation process is required.copy
.out_copy
shares a record between store
plugins by default.deep_copy
is true, out_copy
passes different record to each store
plugin.log_level
option allows the user to set different levels of logging for each plugin. The supported log levels are: fatal
, error
, warn
, info
, debug
, and trace
.store
raises an error, it affects other <store>
. If you want to ignore an exception from less important <store>
, you can use 3rd party out_copy_ex instead.