out_mongo_replset
Output plugin writes records into MongoDB, the emerging document-oriented database system.ReplicaSet
, please see the out_mongo
article instead.out_mongo_replset
is not included in td-agent
, by default. Fluentd gem users will need to install the fluent-plugin-mongo
gem using the following command:@type
mongo
.nodes
database
tag_mapped
capped
capped_size
user
password
tag_mapped
out_mongo
to use Fluentd's tag to determine the destination collection.mongo.foo
, the records will be inserted into the foo
collection within the fluentd
database:replica_set
read
nil
ReplicaSet
read preference (e.g. secondary, etc.).num_retries
ReplicaSet
failover threshold. The default threshold is 60. If the retry count reaches this threshold, the plugin raises an exception.