elastic/elasticsearch

API to return global state from a snapshot

Open

#73.248 aperta il 19 mag 2021

Vedi su GitHub
 (29 commenti) (1 reazione) (0 assegnatari)Java (25.882 fork)batch import
:Distributed/Snapshot/Restore>enhancementTeam:Distributedgood first issue

Metriche repository

Star
 (76.700 star)
Metriche merge PR
 (Merge medio 2g) (1000 PR mergiate in 30 g)

Descrizione

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.

Guida contributor