Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a supported version of Elasticsearch #141

Closed
geerlingguy opened this issue Feb 25, 2019 · 1 comment
Closed

Use a supported version of Elasticsearch #141

geerlingguy opened this issue Feb 25, 2019 · 1 comment

Comments

@geerlingguy
Copy link

Description (*)

In magento/magento2#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 (*)

  • A supported version of Elasticsearch should be able to be used by Magento 2.x.
  • The Magento UI for Elasticsearch allows you to select 'Elasticsearch 5.0+', which implies 6 may work (since it's technically '5.0+'), so it would work with Elasticsearch 6.x.

Benefits

  • People would be able to use Magento 2.x with a modern, supported version of Elasticsearch.
  • People would not have to spend many hours trying to figure out how to get Elasticsearch 5 or 2 running when it is not well supported in most cloud environments, and harder to install than the latest/supported version(s).

Additional information

See upstream ticket which was closed: magento/magento2#21277

@romainruaud
Copy link

I'm working on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants