On Aws Elastic Search {"message":"user: Anonymous Is Not Authorized To Perform: Es:eshttpget"}
I have created AWS elasticsearch domain https://search-xx-xx.us-east-1.es.amazonaws.com/ On click both elastic url and kibana below is the error i got {'Message':'User: anonymous i
Solution 1:
This error would indicate your ElasticSearch service does not support anonymous requests (those not signed with valid IAM credentials).
Although your policy sees ok the official allow all policy looks like the below
{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"AWS":"*"},"Action":"es:*","Resource":"arn:aws:es:us-east-1:xxxxxx:domain/xxxxx/*"}]}
Post a Comment for "On Aws Elastic Search {"message":"user: Anonymous Is Not Authorized To Perform: Es:eshttpget"}"