IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Ceph osd_df metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Ceph 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
}
}