-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Description
The GET snapshots API currently returns the full list of all indices in a snapshot for each snapshot, regardless of the verbose setting.
This causes unmanageable response sizes in larger clusters and forces iterating through snapshots in small chunks if one wants to inspect a larger number of snapshots. E.g. a 50k indices cluster will see a million strings returned for just the index names with a common repository size of 200 snapshots.
I'll add a parameter to hide the indices list here to make the API more useful and less resource intensive to use for larger clusters.
relates #77466
idegtiarenko and arteam
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.