I\'ve been trying to ping a locally running elasticsearch using elasticsearch.jquery.min.js and I get a \"no living connection\" error each time.
ETA: In Chrome I
Put in your elasticsearch.yml configuration file, located in elasticsearch-xxx\config\elasticsearch.yml, the line below
http.cors.enabled: true
and Enable cors in your internet navigator. Restart you elasticsearch server and try again.