aws-elasticsearch

On AWS elastic search {"Message":"User: anonymous is not authorized to perform: es:ESHttpGet"}

On AWS elastic search {"Message":"User: anonymous is not authorized to perform: es:ESHttpGet"} Question: 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 is not authorized to perform: es:ESHttpGet"} Below is code which is working fine import boto3 from requests_aws4auth import AWS4Auth from …

Total answers: 2