Kibana status metricsetedit

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