Whenever I attempt to interact with ElasticSearch via curl I get this
error:
curl: (7) couldn't connect to host
The service is running, but I can't even index any data at this point.
Does anyone have any idea what might be going on? Has anyone
encountered any this problem?
Whenever I attempt to interact with Elasticsearch via curl I get this
error:
curl: (7) couldn't connect to host
The service is running, but I can't even index any data at this point.
Does anyone have any idea what might be going on? Has anyone
encountered any this problem?
Whenever I attempt to interact with Elasticsearch via curl I get this
error:
curl: (7) couldn't connect to host
The service is running, but I can't even index any data at this point.
Does anyone have any idea what might be going on? Has anyone
encountered any this problem?
I believe, you need to open the port under associated Security Group with your node. You can do that from terminal commands or you can local amazon web console go to "Ec2" and there you will find "Security Group".
But When I type this command
curl - XGET http://myIPAdress:9200/myquery
on another machine B (Fedora 13 too), I always receive the response:
couldn't connect to the host although this machine B can always "ping" to the machine A
Elastic search log also let me know that, bound address is myIPAdress:9200, publish addresse is also myIPAdress:9200 (for http, and 9300 for transport).
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.