If you don't have X-Pack security installed, you can jump to the plugin installation directly here
Topology uses the _cat
API therefore needs monitor priviledge at cluster level.
With the Native Realm (X-Pack Security API) create the following role:
PUT /_xpack/security/role/topology_role
{
"cluster": [
"monitor"
],
"indices": [
{
"names": [
"*"
],
"privileges": [
"monitor"
]
}
]
}
And then create a user mapped to the role:
POST /_xpack/security/user/topology
{
"password" : "topology",
"roles" : [ "topology_role" ],
"full_name" : "Topo logy",
"email" : "[email protected]",
"enabled": true
}
Please note that you can choose whatever username and password you want.
With the user and role created, add the following topology settings to the kibana.yml file:
Minimal configuration
topology:
elasticsearch:
username: topology
password: topology
Full-version
topology:
elasticsearch:
url: url_to_the_elasticsearch_cluser
ssl:
cert: path_to_the_cert_file
key: path_to_the_key_file
ca: path_to_the_ca_file
verify: boolean, whether or not the certificate should be verified
username: topology
password: topology
Topology does not support Kibana version lower than 5.x. The topology version you will use, should be the same than the Kibana version, you just need to adapt the following command:
#Kibana >= 5.x
./bin/kibana-plugin install https://github.com/bahaaldine/topology/releases/download/major.minor.patch/topology-major.minor.patch.zip
This plugin is supported by:
- Kibana 5
- Explore indices / shards / segments topology
- Filter indices