elastic/elasticsearch

API to return global state from a snapshot

Open

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

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

描述

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.

贡献者指南

API to return global state from a snapshot · elastic/elasticsearch#73248 | Good First Issue