elastic/elasticsearch

API to return global state from a snapshot

Open

#73,248 创建于 2021年5月19日

在 GitHub 查看
 (29 评论) (1 反应) (0 负责人)Java (25,882 fork)batch import
:Distributed/Snapshot/Restore>enhancementTeam:Distributedgood first issue

仓库指标

Star
 (76,700 star)
PR 合并指标
 (平均合并 2天) (30 天内合并 1,000 个 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.

贡献者指南