, though we followed all the steps mentioned in the document required to connect still getting an error "Unable to get Elastic search indices, unable to connect to host or CORS request was denied"
We have updated the elasticsearch.yml file with the below configuration:
http.cors.enabled: true
http.cors.allow-origin: ""
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, Authorization"
http.cors.allow-methods: ""
http.cors.allow-credentials: true
This is new for us , could you help us here.