WARNING: Version 6.2 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 osd_df metricset
editCeph osd_df metricset
editThis functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
This is the osd_df
metricset of the Ceph module.
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": "2017-10-12T08:05:34.853Z", "beat": { "hostname": "host.example.com", "name": "host.example.com" }, "ceph": { "osd_df": { "available.byte": 49655580, "device_class": "", "id": 0, "name": "osd.0", "pg_num": 120, "total.byte": 65792556, "used.byte": 12765200, "used.pct": 0.1940219498388237 } }, "metricset": { "host": "ceph:5000", "module": "ceph", "name": "osd_df", "rtt": 115 } }