Automatically create shards

Is there a way to automatically create a shard in one index when the specified shard capacity is full like index rollover?

No. Increasing the number of primary shards require the use of the split index API which will create a new index with a larger number of primary shards.

1 Like

Thank you for your answer!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.