Elasticsearch - Index Management
Given this index setting snippet:
How many shards will be active if one node fails in a 2-node cluster?
{ "settings": { "number_of_shards": 2, "number_of_replicas": 1 } }How many shards will be active if one node fails in a 2-node cluster?
