Getting Elasticsearch url from kibana

My client have installed the elasticsearch on a server and given me the credentials for kibana for that server elasticsearch. Now, I have to add indices and data in that. But, I don't have the elasticsearch url to configure it. Can you please help if there is anyway I can get the url for elasticsearch.

In Kibana dev console you can probably run:

GET /_cat/nodes?v
1 Like

It didn't help me with my configuration but it showed what was missing. The port 9200 was not open unless it's localhost.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.