Request to Elastic search from NodeJS
I am new to Elastic search and node js. I have configured ELK in my PC successfully. I have done basic queries using dev tools in kibana. Also I invoked search method from postman. Everything is working fine. But when I am trying to integrate elastic search in nodejs application, the request to elastic search is getting failed and nothing is returned.
Here is small snippet