Elastic Search - Global Load Balanced End Point.
We haven an installation with 2 elastic search nodes running. (URL.serverA:9200, URL.ServerB:9200). We have an loadbalancer configured as URL.Search which points to both URL.ServerA, and URL.ServerB). When we configure:
'Pega-Engine • prconfig/database/databases/pegasearch/searchendpoint/default' to be the URL.Search, the search results we get seems to be only half the records of the total Cases in the system.
When we use one of the two URL.serverA:9200 It seems to find all the cases.
We would like the redundancy of the Load Balancer but it does not seem to do what we need.
Is there a trick to getting this to work?