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"
コメント