Kibana status 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 status metricset of the Kibana module. This status endpoint is available in 6.0 by default and can be enabled in Kibana >= 5.4 with the config option status.v6ApiFormat: true.

The intention of the Kibana module is to have a minimal data set that works across Kibana versions.

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"
    },
    "kibana": {
        "status": {
            "metrics": {
                "concurrent_connections": 0,
                "requests": {
                    "disconnects": 0,
                    "total": 0
                }
            },
            "name": "kibana",
            "status": {
                "overall": {
                    "state": "red"
                }
            },
            "uuid": "c94305f7-ad4e-4e0c-8aba-5c3e869dce59",
            "version": {
                "number": "6.0.0-alpha1"
            }
        }
    },
    "metricset": {
        "host": "kibana:5601",
        "module": "kibana",
        "name": "status",
        "rtt": 115
    },
    "type": "metricsets"
}