CORS and other settings with AWS ES

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.

I think you'd better ask that on AWS forums.

BTW did you look at cloud.elastic.co and https://aws.amazon.com/marketplace/pp/B01N6YCISK ?

1 Like

I’m not changing platforms.

There was an easy fix for this, just put behind an nginx proxy and all is well.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.