Ceph monitor_health metricsetedit

This 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 monitor_health 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": {
        "monitor_health": {
            "available": {
                "kb": 49653688,
                "pct": 75
            },
            "health": "HEALTH_OK",
            "last_updated": "2017-12-07T07:26:33.344939Z",
            "name": "93c038136d94",
            "store_stats": {
                "last_updated": "0.000000",
                "log": {
                    "bytes": 2031616
                },
                "misc": {
                    "bytes": 65552
                },
                "sst": {
                    "bytes": 726
                },
                "total": {
                    "bytes": 2097894
                }
            },
            "total": {
                "kb": 65792556
            },
            "used": {
                "kb": 12767092
            }
        }
    },
    "metricset": {
        "host": "ceph:5000",
        "module": "ceph",
        "name": "monitor_health",
        "rtt": 115
    }
}