elasticsearchkibana-5

Elasticsearch url from Kibana


I am trying to find out the url of the elasticsearch configured in kibana. but i dont have access to the backend configurations. Is there a way to see which elasticsearch url has been configured in kibana using the kibana front end.

Thanks


Solution

  • If you don't have access to the Monitoring you could use Dev Tools and query all nodes in the connected ES cluster using query GET /_nodes, like this: screenshot with GET /_nodes command