Liferay Elasticsearch Integration
Liferay Elasticsearch Integration How to Configure Remote Elasticsearch for Liferay DXP Overview Liferay DXP 7.4 comes with embedded (sidecar) Elasticsearch 7 out-of-the-box. Using sidecar implementation is not recommended for production servers due to performance and security issues. This article explains how to install and configure a remote Elasticsearch server, and connect it with Liferay 7.4. Also, you’ll find how to visualize your Elasticsearch data using the Kibana tool. Remote Elasticsearch Configuration 1. Find the required Elasticsearch version When you start Liferay - you can see two interesting things about Elasticsearch in logs: 1) A warning, indicating that sidecar Elasticsearch is not recommended to use; 2) An URL where sidecar Elasticsearch is running Once you hit that URL - you can see the Elasticsearch version you need: 2. Download Elasticsearch Download Elasticsearch of the same version as running in Liferay from the official site: Sample link for v...