[Answered ]-The client noticed that the server is not a supported distribution of Elasticsearch?

1๐Ÿ‘

โœ…

I managed to make it work with a python client version less than 7, but in my case it was quite an old version of Elasticsearch.

Iโ€™ve solved it with pip install -U 'elasticsearch<7' which installed version 6.8.2.

Iโ€™ll try and update both Elasticsearch and the python client and get back with more details.

๐Ÿ‘คuser2111922

Leave a comment