Minimal ES server version to work with elasticsearch-py

Hi,

I know that UnsupportedProductError is raised by elasticsearch-py package since version 7.14 when ES server is "too old".

The two solutions I have to keep using this package are :

  • Downgrade my python package to <7.14
  • Upgrade ES server

For some reasons I don't want to downgrade my ES package so I need to upgrade the ES server.
But I can't find which is the minimal working version ? Any >= 7.14 ?

(By "working" I mean, version that will not raise UnsupportedProductError)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.