Elasticsearch Installation

Prerequisites for the following products

The Elasticsearch is a prerequisite for Product 360, and has to be installed before it.

Elasticsearch is mandatory for Product 360 production installation

The Audit Trail feature and Fulltext search feature uses Elasticsearch.

Installing the Elasticsearch 7.x.x

The procedure for setting up the Elasticsearch 7.x.x for Windows is as follows:

Configuration of Elasticsearch

Elasticsearch can be configured based on customer needs, there are different options available in elasticsearch.yml file. Follow official Elasticsearch setup documentation at https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html

Default Elasticsearch Ports

  • Ensure you be aware of the database ports your database server is running on.

    Port

    Database

    9200

    Elasticsearch

Installing the Kibana (optional)

Kibana is a free and open user interface that lets us visualize the Elasticsearch data. It also helps in visualizing the metrics.

Follow official Kibana setup documentation at https://www.elastic.co/guide/en/kibana/current/setup.html