-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Elasticsearch 7 missing from Magento 2.4.8 #39862
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
Comments
Hi @devchris79. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-November. Thank you for working on this issue.
|
I played around a bit with Magento 2.4.8 while still using ElasticSearch 7 server. And found no problems at first sight. So I think that the ES8 module they ship with is still compatible with ES7. Or do you run into particular problems while using ES7 yourself with Magento 2.4.8? |
Thanks for having a look @hostep I was trying to configure via cli as its a new install, usually this command would work: When I looked at the magento modules I can see the version 7 directory has been removed and only the version 8 remains. |
Ok, I think its now connecting, but somewhat unintuitive...
|
@hostep I think I may have been mistaken with the commands above, when I ran the upgrade command with
When I changed this to I have used curl to establish our Elasticsearch instance version provided by the host, its 7.10.2 maybe not all version 7 instances are now compatible with the version 8 module?? |
Hmm, interesting find that there seems to be no validation on the value of the search engine. Anyway. For me setting it to But maybe you can try to configure the search engine in the backoffice, since a bunch of other config fields will appear when you select 'Elasticsearch8 (Deprecated)' over there and you then also get a button to test your connection. Update: even when I use 'Opensearch' as search engine with my ES7 server, everything seems to work fine at first sight. |
Preconditions and environment
Steps to reproduce
Install new instance of Magento 2.4.8
Expected result
Elasticsearch 7 to be a present module in install, but depricated as per the Magento 2.4.8 release notes
Actual result
Elasticsearch 7 appears to have been removed from the 2.4.8 codebase.
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: