Can increase Primary Shard Count in Elasticsearch 8.2.3

It is not possible to change the number of primary shards for an existing index. You can use the split index API, but this will create a new copy of the index with a higher primary shard count so is not seamless and require downtime.

1 Like