0
votes

I have started the Ambari Sandbox ( actual IP is 13.82.183.171 ). I have started also elasticsearch on one terminal session. If I open another terminal session , YES I can access to elasticsearch with CURL : curl -X GET http://localhost:9200      

BUT If I put the http://localhost:9200  or http://127.0.0.1:9200  directly in IE , it cannot reach it.

I tried : 1) modifying the elasticsearch.yml with network.host: 13.82.183.171 But elastic search then don´t start.

I think I have to open the port 9200 on ambari Sandbox, but don´t know how to do this

Thank You -

1

1 Answers

0
votes

Sounds like it may be permission settings. Is your Elasticsearch using readonlyrest(readonlyrest.yml)? and if it is configured correctly?