elastic / connectors

Official Elastic connectors for third-party data sources
https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors.html
Other
18 stars 136 forks source link

MONGODB-AWS authentication #2872

Open yanazaeva opened 1 month ago

yanazaeva commented 1 month ago

Problem Description

Morning team, when trying to connect MongoDB and Elasticsearch through a self managed connector, and using MONGODB-AWS as an authentication mechanism, this error is appearing:

Image Is it expected to have this authentication mechanism available in some time?

artem-shelkovnikov commented 1 month ago

Hi @yanazaeva,

Are you running from source?

If so, can you try adding the mentioned requirement (pymongo[aws]) into https://github.com/elastic/connectors/blob/main/requirements/framework.txt and running it again with make clean install?

If it works, we can make it an enhancement easily, otherwise we'd need some time to look into this