Hello, i have 2 shards with 2 replicas in 4 different node like this scheme:
server1 -------------- shard1 master server2 ------------- shard 2 master server 3 ------------ shard replicas of shard1 server 4 --------------- shard replicas of shard2 i have existing indexes only in shard 1 and i want to split them automatically into shard2 without splitshard api, because it would create another shard in the same server (shard1_1) i only want to automatically move the indexes. is it possible? -- *Gastone Penzo*