Question
Elastic search uses the hazelcast configuration?
Hi,
We have recently seen issue with hazelcast where it is autodiscovering the IP's on back up NIC.
We have added configuration to restrict it to look for IP's starting with '12.13.*.*' (<env name=“cluster/hazelcast/interface” value=“IP_ADDRESS” />)which worked well.
As we are planning to leverage elastic search from Pega 7.1.9 the question here is
1. Will elastic search use the same hazelcast configuration and use the same IP's defined or does it needs to be configured again?
2. Currently hazelcast is registering the pyClusterAddress in pr_sys_statusnodes table with port number. But it is mentioned the elastic search will use different port, does that mean it uses the IP address and ignores the port number.
For example the pyCLusterAddress column in pr_sys_statusnodes is 178.36.180.173:5702, then elastic search will use just the IP xx.xx.xx.xx and use the ports in the range (9300-9399)
***Updated by Moderator: Marissa to remove IP address***
Hi Narendra,
If the elastic search does not select the appropriate IP you can do the following - the port range is 9300-9399
Hope this helps.
See SA-24120
The following prconfig setting allows the IP address to be set to an appropriate value.
<env name="indexing/distributed/network/host" value="your_IP_address"/>