Hi,
I was trying to implement this module, and get the following error:
Adding connection to http://localhost:9200/
Elasticsearch DEBUG: 2014-07-07T15:20:33Z
starting request { method: 'HEAD',
requestTimeout: 1000,
castExists: true,
path: '/',
query: { hello: 'elasticsearch!' } }
Elasticsearch TRACE: 2014-07-07T15:20:33Z
-> HEAD http://localhost:9200/?hello=elasticsearch!
<- 0
Elasticsearch ERROR: 2014-07-07T15:20:33Z
Error: Request error, retrying -- connect ECONNREFUSED
Elasticsearch WARNING: 2014-07-07T15:20:33Z
Unable to revive connection: http://localhost:9200/
Elasticsearch WARNING: 2014-07-07T15:20:33Z
No living connections
I'm using node v0.10.26 and elasticsearch 2.2.0
This is caused by nodejs not being able to connect to elasticsearch. Verify that elasticsearch is running and accessible via http://localhost:9200.
Most helpful comment
This is caused by nodejs not being able to connect to elasticsearch. Verify that elasticsearch is running and accessible via
http://localhost:9200.