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
Had an issue connecting with AWS's new OpenSearch service, was getting this error:
elasticsearch.exceptions.UnsupportedProductError: The client noticed that the server is not a supported distribution of Elasticsearch
Fixed it modyfing the requirements.txt elasticsearch python lib to elasticsearch<7.14.0 soluton was found on stackoverflow:
Had an issue connecting with AWS's new OpenSearch service, was getting this error:
elasticsearch.exceptions.UnsupportedProductError: The client noticed that the server is not a supported distribution of Elasticsearch
Fixed it modyfing the requirements.txt
elasticsearch
python lib toelasticsearch<7.14.0
soluton was found on stackoverflow:https://stackoverflow.com/questions/68992402/elasticsearch-error-the-client-noticed-that-the-server-is-not-a-supported-dist
The text was updated successfully, but these errors were encountered: