elasticsearch/docs/reference/troubleshooting
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
..
common-issues Add setting to ignore dynamic fields when field limit is reached (#96235) 2024-02-02 05:53:52 -05:00
data
disk
snapshot Extend `repository_integrity` health indicator for unknown and invalid repos (#104614) 2024-02-07 15:18:55 +01:00
corruption-issues.asciidoc Mention `IndexFormatToo{Old,New}Exception` as corruption (#104204) 2024-01-10 08:54:07 -05:00
discovery-issues.asciidoc
fix-common-cluster-issues.asciidoc
network-timeouts.asciidoc
troubleshooting-searches.asciidoc
troubleshooting-shards-capacity.asciidoc
troubleshooting-unstable-cluster.asciidoc