An index in our cluster was created by accident with a single shard. We looked at various ways to expand the shards, as performance is suffering.
It's currently about 280gb.
We tried the split API to generate a new index from it with 20 shards.
The resulting index took a while to rebalance the shards across the cluster, but the size of the index seems to be very large, and not reducing.
It's at 5tb now, which make sense for the way split works. The issue is that it's been sat at 5tb for a day now, and doesn't seem to be reducing down as I would have expected.
Any hints on what I should be looking for or expecting with the split api used like this?