You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS does not support Elasticsearch anymore and it uses Amazon OpenSearch instead. We prepared and tested a code that creates a connection with Amazon OpenSearch on AWS platform:
Currently application uses Elasticsearch service with cloud_id and api_key requirement as here: https://elasticsearch-py.readthedocs.io/en/v8.14.0/api/elasticsearch.html.
Current connection can be found here: https://github.com/i-dot-ai/redbox/blob/main/redbox-core/redbox/models/settings.py#L211
AWS does not support Elasticsearch anymore and it uses Amazon OpenSearch instead. We prepared and tested a code that creates a connection with Amazon OpenSearch on AWS platform:
More details can be found in OpenSearch documentation: https://opensearch.org/docs/latest/clients/python-low-level/
Our recommended way of authentication is to use IAM Role prepared from infrastructure side. To use it is required to add the following lines:
Environment variables to set hostname and port are also required as well.
The text was updated successfully, but these errors were encountered: