Hello! i have 3 node elasticsearch cluster and i have index with
1 primary and 1 replica shards
so i want to change the primary shard number from 1 to 2 using this method Split index API | Elasticsearch Guide [7.9] | Elastic but in the doc said that
The number of primary shards in the target index must be a multiple of the number of primary shards in the source index
but in my case 1 * 1 = 1
so how can i do resize from 1 primary shards to 2 primary shards correctly?