IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Ceph cluster_status metricset
editCeph cluster_status metricset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This is the cluster_status
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": { "cluster_status": { "degraded": { "objects": 0, "pct": 0, "total": 0 }, "misplace": { "objects": 0, "pct": 0, "total": 0 }, "osd": { "epoch": 18, "full": false, "in_osd_count": 1, "nearfull": false, "osd_count": 1, "remapped_pg_count": 0, "up_osd_count": 1 }, "pg": { "avail_bytes": 50847313920, "data_bytes": 3656, "total_bytes": 67371577344, "used_bytes": 13071564800 }, "traffic": { "read_bytes": 0, "read_op_per_sec": 0, "write_bytes": 0, "write_op_per_sec": 0 }, "version": 32 } }, "metricset": { "host": "ceph:5000", "module": "ceph", "name": "cluster_status", "rtt": 115 } }