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_disk MetricSet
editceph cluster_disk MetricSet
editThis is the cluster_disk 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": { "df": { "stats": { "available": { "bytes": 5040500736 }, "total": { "bytes": 6431965184 }, "used": { "bytes": 1391464448 } } } }, "metricset": { "host": "ceph:5000", "module": "ceph", "name": "df", "rtt": 115 }, "type": "metricsets" }