Plesk for Linux
kb: how-to
Applicable to:
- Plesk for Linux
Question
Does Plesk support Elasticsearch?
Answer
Plesk doesn't provide a solution for Elasticsearch out of the box, which means that it is not possible to install Elasticsearch at the server directly by the means of Plesk.
Note: direct Elasticsearch installation at the server with Plesk had not been tested and Plesk cannot guarantee its stable work.
As an alternative, it is possible to install Elasticsearch Docker container via Plesk Docker Extension:
-
Find
elasticsearch
image in the catalog, choose the required version and click on it.
Comments
5 comments
Hi Alex, how configure elasticsearch docker to use magento 2.3.x?
Bump Giulio remark. I would like to know this as well!
Thank you for your questions,
For the Magento 2.3.x installation and further tuning inside the Elasticsearch Docker container, please refer to the official Magento and Elasticsearch documentation pages like below:
https://devdocs.magento.com/cloud/docker/docker-containers-service.html#elasticsearch-container
https://devdocs.magento.com/guides/v2.4/install-gde/prereq/elasticsearch.html
https://www.elastic.co/guide/index.html#
As an additional hint, some 3rd-party sources like the following might be helpful:
https://www.magemodule.com/all-things-magento/magento-2-tutorials/docker-magento-2-development/#install-magento
Hi all, i followed the guide and Magento 2.4.4 works fine with elasticsearch. Below are my settings for anyone who might need them
The Problem:
My server provider, Hetzner, keeps sending me a Warning:
I added the last variable you can see in the image, network.host 0.0.0.0 but i recieved the warning again.
How can i secure my elastic search Docker installation. More specifically how can i make elastic search accesible for localhost only?
Hello pour protéger votre installation il vous suffit tout simplement de :
Si il s'agit d'une installation non localhost (donc Magento installé sur une autre instance) de bloquer l'accès aux ports d'elastic search uniquement à l'adresse IP de votre instance ou se situe Elastic Search
Si c'est localhost, vous bloquez tout accès externe aux ports
Please sign in to leave a comment.