I am trying to configure ElasticSearch using this tutorial
I did everything except step 4 of the tutorial.
In step 5, when I run this command:
curl -X GET 'http://localhost:9200'
I get this error:
curl: (7) Failed connect to localhost:9200; Connection refused
I tried two different things to fix the error:
But the problem is not resolved.
What should I do to check Elasticsearch and resolve this error?
Thank.
source
share