This article provides a solution for the issue where Elasticsearch is still shown as the search engine for Adobe Commerce on cloud even after installing or upgrading to OpenSearch.
Adobe Commerce on cloud (all versions)
Elasticsearch is still shown as the search engine for Adobe Commerce on cloud even after installing or upgrading to OpenSearch.
Steps to reproduce:
Adobe Commerce is hard-coded to specify Elasticsearch7 as the search engine.
To verify if OpenSearch has been installed, run the following command:
Method 1:
curl 127.0.0.1:9200
. It should return OpenSearch with its version.Method 2:
magento-cloud relationships -p <project_id>
. After using the command, locate OpenSearch.Set up OpenSearch service in the Commerce on Cloud Infrastructure guide.