Elastic Search - Ubuntu - Connection Refused
问题 I have installed elastic 2.2 on an Ubuntu 14.04. I left the default initial settings of elastic and the elastic instance was reachable form this system at localhost:9200. Now when I tried via a different system using the IP/DNS name of the server as: curl -XGET "http://<IP_ADDRESS_UBUNTU_SERVER>:9200" I get an error as : Failed to connect to <IP_ADDRESS_UBUNTU_SERVER> port 9200: Connection refused I tried changing few parameters in elasticsearch.yml file and set it as: network.host: 0.0.0.0