Is it possible to get the size of a closed index without opening it?

The _cat/indices API only shows the store size of open indices. Is there anyway to get the store size of closed indices?

GET _stats?forbid_closed_indices=false should show this

2 Likes

That's so awesome. Thanks @DavidTurner !

1 Like

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