copy
Last updated
Was this helpful?
Last updated
Was this helpful?
The copy
output plugin copies events to multiple outputs.
out_copy
is included in Fluentd's core. No additional installation process is required.
The value must be copy
.
out_copy
shares a record between store
plugins by default.
When deep_copy
is true, out_copy
passes different record to each store
plugin.
Specifies the storage destinations. The format is the same as the \ directive.
The 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
.
Please see the article for the basic structure and syntax of the configuration file.
Here is an example set up to send events to both a local file under /var/log/fluent/myapp
and the collection fluentd.test
in a local MongoDB instance (Please see the and articles for more details about the respective plugins.)
Please see the for further details.
If one store
raises an error, it affects other <store>
. If you want to ignore an exception from less important <store>
, you can use 3rd party instead.
If this article is incorrect or outdated, or omits critical information, please . is a open source project under . All components are available under the Apache 2 License.