- Metricbeat Reference: other versions:
- Overview
- Getting Started With Metricbeat
- Running Metricbeat on Docker
- Upgrading Metricbeat
- How Metricbeat Works
- Configuring Metricbeat
- Modules
- Exported Fields
- Securing Metricbeat
- Troubleshooting
- Metricbeat Developer Guide
WARNING: Version 5.4 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.
ceph cluster_health MetricSet
editceph cluster_health MetricSet
editThis is the cluster_health metricset of the module ceph.
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" }, "ceph": { "cluster_health": { "overall_status": "HEALTH_OK", "timechecks": { "epoch": 3, "round": { "status": "finished", "value": 0 } } } }, "metricset": { "host": "127.0.0.1:5000", "module": "ceph", "name": "cluster_health", "rtt": 115 }, "type": "metricsets" }
On this page
Was this helpful?
Thank you for your feedback.