You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case
We have many places where we check ES version and decide what to use depending if it's ES 7 or 6 and failing silently when it's something else.
Description
Support only Elasticsearch 7+.
Use case
We have many places where we check ES version and decide what to use depending if it's ES 7 or 6 and failing silently when it's something else.
This also reduces the test matrix.
Related Issues
#84