elastic/kibana

[CCR] Show follower `fatal_exception` in UI

开放

#33,628 创建于 2019年3月20日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (8,021 个派生)batch import
Feature:CCR and Remote ClustersTeam:Kibana Managementbuggood first issuetriage_needed

仓库指标

星标
 (19,065 个星标)
PR 合并指标
 (平均合并 1天 16小时) (30 天内合并 999 个 PR)

描述

If a follower falls sufficiently behind a leader that it can no longer replicate operations, this is reported on the get follow stats API as part of indices[].fatal_exception.

Currently this information doesn't surface in the UI. We need to add this to our follower index (de)serialization, and show it in the follower index detail panel, similar to how we surface auto follow pattern errors.

贡献者指南