Hi all,
I am getting trouble with connecting to the elastic cloud with the following code through Jupyter notebook:
es = Elasticsearch(["https://xxxxxxxxxxxxxxxx.us-west-1.aws.found.io:9243/"])
es.info(pretty=True) => throws following ERROR message
AuthenticationException: TransportError(401, 'security_exception', 'action [cluster:monitor/main] requires authentication')
Any help would be appreciated.