AWS の ElasticSearch を使う時、 Python ElasticSearch で UnsupportedProductError が出場合の解決

AWSPython
2021-10-15 11:53 (4 years ago)
AWS の ElasticSearch を使う時、 Python ElasticSearch で UnsupportedProductError が出場合の解決
elasticsearch.exceptions.UnsupportedProductError: The client noticed that the server is not a supported distribution of Elasticsearch

が出る場合

Python の elasticsearch ライブラリが 7.14 で、AWS の OpenSearch / Elasticsearch に接続すると出る。

バージョンダウンすると出ない。

pip install "elasticsearch<7.14"

評価をお願いします
現在の評価: 5.0 (1)
著者は、アプリケーション開発会社 Cyberneura を運営しています。
開発相談をお待ちしています。

アーカイブ