I have installed elasticsearch in ubuntu and have set the following
http.host : 0.0.0.0
http.bind_host: 0.0.0.0
http.cors.allow-origin: "*"
http.cors.enabled : true
it is not returning anything, 404 and This site can’t be reached are 3 completely different conditions. Can you be a bit more precise here? For example, what do you get when you run
Perhaps, you have have some proxy settings or some other issues with your browser that prevent you from reaching the server. You can try analyzing the traffic between your server and the browser using wireshark or browser's development tools to see where the requests is actually getting sent and what you get back in response in both cases (when it works and when it doesn't work).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.