elastic/elasticsearch

API to return global state from a snapshot

開放

#73,248 建立於 2021年5月19日

 (29 則留言) (1 個反應) (0 位負責人)Java (25,882 個分叉)batch import
:Distributed/Snapshot/Restore>enhancementTeam:Distributedgood first issue

倉庫指標

星標
 (76,700 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南