elastic/kibana

[CCR] Show follower `fatal_exception` in UI

Open

#33,628 opened on 2019年3月20日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)TypeScript (8,021 forks)batch import
Feature:CCR and Remote ClustersTeam:Kibana Managementbuggood first issuetriage_needed

Repository metrics

Stars
 (19,065 stars)
PR merge metrics
 (平均マージ 1d 16h) (30d で 999 merged PRs)

説明

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.

コントリビューターガイド