Closed
Description
When getting the status using _status
, the size of each index is given. However, the translog and cluster state's sizes aren't given. This means that we cannot really tell how much space is being occupied by the index on disk.
It would be nice if these 2 pieces of information can be included in the response for each index in _status
, so that we can calculate the exact disk space the index occupies.