magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

Use a supported version of Elasticsearch #141

Closed geerlingguy closed 5 years ago

geerlingguy commented 5 years ago

Description (*)

In https://github.com/magento/magento2/issues/18974, it was reported that Elasticsearch 6.x versions are incompatible with Magento 2, and installations will silently fail the test connection, and you can't index or search Magento data with Elasticsearch 6 or later.

That issue was closed as it was not considered a bug that Magento supported Elasticsearch 2.x and 5.x and didn't work with 6.x.

Elasticsearch 5.x's End-of-Life date is 2019-03-11 (only a couple weeks away now), and so it will become harder and harder to use Magento with any version of Elasticsearch (especially in cloud environments) after that day arrives.

Expected behavior (*)

Benefits

Additional information

See upstream ticket which was closed: https://github.com/magento/magento2/issues/21277

romainruaud commented 5 years ago

I'm working on this one.