elastic/elasticsearch

API to return global state from a snapshot

Open

#73.248 geöffnet am 19. Mai 2021

Auf GitHub ansehen
 (29 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (25.882 Forks)batch import
:Distributed/Snapshot/Restore>enhancementTeam:Distributedgood first issue

Repository-Metriken

Stars
 (76.700 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T) (1.000 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide