-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Data Management/StatsStatistics tracking and retrieval APIsStatistics tracking and retrieval APIs>bugTeam:Data ManagementMeta label for data/management teamMeta label for data/management team
Description
Elasticsearch Version
8.1.2
Installed Plugins
No response
Java Version
bundled
OS Version
ESS on Azure
Problem Description
The _xpack/usage API reports the size of the data set per data tier. However, it uses the local disk size as the metric it reports on and this is 0 (zero) for partially mounted indices, hiding the size of the data set mounted on the frozen tier.
We should switch to using the total_data_set_size metric that was introduced when we added the frozen tier/partially mounted indices.
Steps to Reproduce
Mount a partially mounted index on a dedicated frozen tier. Use the _xpack/usage API and see that no (or very little) data is reported on frozen tier.
Logs (if relevant)
No response
Metadata
Metadata
Assignees
Labels
:Data Management/StatsStatistics tracking and retrieval APIsStatistics tracking and retrieval APIs>bugTeam:Data ManagementMeta label for data/management teamMeta label for data/management team