I have 2 nodes in my ElasticSearch cluster with 1 index. The index is setup to have 5 shards, and 1 replica. I want all 5 shards to be in 1 node, with a replica of each in another node. I don't want ElasticSearch to distribute those 5 shards equally among the 2 nodes (and distribute the replicas equally as well).
In other words, I want 1 node to act strictly as a backup, holding ALL the replicas. Is this possible with ElasticSearch? If so, what settings do I need to configure?