elastic/elasticsearch
API to return global state from a snapshot
Ouverte
#73 248 ouverte le 19 mai 2021
:Distributed/Snapshot/Restore>enhancementTeam:Distributedgood first issue
Métriques du dépôt
- Stars
- (76 700 étoiles)
- Métriques de merge PR
- (Merge moyen 2j) (1 000 PRs mergées en 30 j)
Description
Snapshots contain global state (i.e. parts of the cluster metadata) but the only way you can see what exactly this contains is to restore the snapshot and overwrite the existing cluster state. There's no option to restore only part of the state (e.g. just a specific pipeline or template) nor to compare the state between different snapshots. This would be useful sometimes and would be relatively straightforward to implement.