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:
https://stackoverflow.com/questions/68992402/elasticsearch-error-the-client-noticed-that-the-server-is-not-a-supported-dist
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 ElasticsearchFixed it modyfing the requirements.txt
elasticsearchpython lib toelasticsearch<7.14.0soluton was found on stackoverflow:https://stackoverflow.com/questions/68992402/elasticsearch-error-the-client-noticed-that-the-server-is-not-a-supported-dist