Hi All,
I have a elasticsearch instance up and running in linux VM. I can able to see the result by issuing curl command to it in the same box. BUT, unable to access outside in some browser.
- I have opened the port that can be accessible from outside
- set the below values in es.yml file:
http.enabled: true
http.cors.enabled : true
http.cors.allow-origin : "*"
bootstrap.system_call_filter: false
network.bind_host: 0.0.0.0
Any suggestions..??
Thanks,
Vin