elasticsearch/docs/reference/tab-widgets/troubleshooting/snapshot
Niels Bauman 64891011d3
Extend repository_integrity health indicator for unknown and invalid repos (#104614)
This PR extends the repository integrity health indicator to cover also unknown and invalid repositories. Because these errors are local to a node, we extend the `LocalHealthMonitor` to monitor the repositories and report the changes in their health regarding the unknown or invalid status.
To simplify this extension in the future, we introduce the `HealthTracker` abstract class that can be used to create new local health checks.
Furthermore, we change the severity of the health status when the repository integrity indicator reports unhealthy from `RED` to `YELLOW` because even though this is a serious issue, there is no user impact yet.
2024-02-07 15:18:55 +01:00
..
corrupt-repository-widget.asciidoc Add troubleshooting guide for corrupt repository (#88391) 2022-07-14 13:37:02 +01:00
corrupt-repository.asciidoc Re-registering corrupt repository unblocks it (#89719) 2022-09-12 20:21:35 +03:00
repeated-snapshot-failures-widget.asciidoc Add repeated snapshot failure troubleshooting guide (#89762) 2022-09-15 17:01:32 -04:00
repeated-snapshot-failures.asciidoc Extend repository_integrity health indicator for unknown and invalid repos (#104614) 2024-02-07 15:18:55 +01:00