Elasticsearch-py removes support for AWS Elasticsearch

6 points by atsaloli ↗ HN
See https://github.com/elastic/elasticsearch-py/issues/1666 and https://github.com/elastic/elasticsearch-py/issues/1667

Elasticsearch-py is the official low-level client for Elasticsearch.

4 comments

[ 2.9 ms ] story [ 23.4 ms ] thread
It's my fault for pinning non-specific dependencies (I had >=7.0.0,<8.0.0 pinned) but this took down search in production for us today. Lots of fun!
luckily for me it only took out non-prod but still... annoying!