- Metricbeat Reference: other versions:
- Overview
- Getting Started With Metricbeat
- Upgrading Metricbeat
- How Metricbeat Works
- Running Metricbeat in a Container
- Configuring Metricbeat
- Modules
- Exported Fields
- Securing Metricbeat
- Troubleshooting
- Metricbeat Developer Guide
WARNING: Version 5.3 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
mongodb dbstats MetricSet
editmongodb dbstats MetricSet
editThis is the dbstats metricset of the module mongodb.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2016-05-23T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "metricset": { "host": "mongodb:27017", "module": "mongodb", "name": "dbstats", "rtt": 115 }, "mongodb": { "dbstats": { "avg_obj_size": 59, "collections": 1, "data_size": 59, "db": "admin", "index_size": 32768, "indexes": 2, "num_extents": 0, "objects": 1, "storage_size": 16384 } }, "type": "metricsets" }
On this page
Was this helpful?
Thank you for your feedback.