- mongostat log input plugin for fluentd
- mongostat >= 3.0.0
$ fluent-gem install fluent-plugin-mongostat
In your Fluentd configuration, use @type mongostat
.
<source>
@type mongostat
tag mongostat.log
refresh_interval 10
</source>
the tag of event.
- default: mongostat
Option for mongostat command.
- default: None
Interval of get mongostat metrics.
- default: 30