Ceph osd_df metricsetedit

This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort 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.

Fieldsedit

For 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
    }
}