36.1 Customizing Elasticsearch Settings in Traditional Storage

When you scale Elasticsearch by adding additional nodes in traditional storage, you must update the Elasticsearch configuration.

To modify Elasticsearch configuration:

  1. Log in to the Sentinel server as the novell user.

  2. Open the /etc/opt/novell/sentinel/config/elasticsearch-index.properties file.

  3. Add the external Elasticsearch nodes IP addresses to the property ServerList.

    For example: ServerList=<ElasticSearch IP1>:<Port>,<ElasticSearch IP2>:<Port>