Elasticsearch High Availability (HA) functionality test

How to verify Elasticsearch High Availability (HA) functionality working fine? I mean what all check points are there to verify the same?

What do you mean by HA here?

elasticsearch.yml

node:
master: true
data: true
ingest: true

How many nodes do you have in the cluster?

3 elasticsearch node

Assuming you have configured the cluster correctly and have all node master eligible and minimum_master_nodes set to 2, I suspect you would want to test for single node failures and network partitions affecting one of the nodes.

Yes, correct basically i wants to test in case one of the elasticsearch node failure (for any reason), I should not loss any data from failure node, since I enable Elasticsearch HA, How to make sure this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.