URL Remote access for Elasticsearch and Kibana

I want my elasticsearch indexes and Kibana to be available to remote users. I have changed my elasticsearch.yml files to have these-
transport.host: localhost
transport.tcp.port: 9300
http.port: 9200
network.host: 0.0.0.0

Elasticsearch and Kibana are up and running

What is the url that I give to the remote user so that they can access this?

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