ceph cluster_disk MetricSetedit

This is the cluster_disk metricset of the module ceph.

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": "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"
}