In my local elasticsearch.yml I am able to set:
http.cors.enabled : true
http.cors.allow-origin : "*"
http.cors.allow-methods : OPTIONS, HEAD, GET, POST, PUT, DELETE
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length
However, I don't see how to do this on AWS ES? (not in AWS docs that can find)
I believe I am having a CORS issue of some kind with AWS ES...
Any help appreciated.