Kibana settings metricset
This is the settings
metricset of the Kibana module. This stats endpoint is available in 6.4 by default.
The intention of the Kibana module is to have a minimal data set that works across Kibana versions.
If the Kibana instance is using a basepath in its URL, you must set the basepath
setting for this module with the same value.
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",
"event": {
"dataset": "kibana.settings",
"duration": 115000,
"module": "kibana"
},
"kibana": {
"elasticsearch": {
"cluster": {
"id": "WocBBA0QRma0sGpdQ7vLfQ"
}
},
"settings": {
"host": "0.0.0.0",
"index": ".kibana",
"locale": "en",
"name": "b04775fa6831",
"port": 5601,
"snapshot": false,
"status": "green",
"transport_address": "0.0.0.0:5601",
"uuid": "f87393a7-e8ae-48fd-af1e-91f229fd93fd",
"version": "7.14.0"
}
},
"metricset": {
"name": "settings",
"period": 10000
},
"service": {
"address": "172.19.0.3:5601",
"type": "kibana"
}
}