diff --git a/docs/user/monitoring/monitoring-troubleshooting.asciidoc b/docs/user/monitoring/monitoring-troubleshooting.asciidoc index 12a775ad047b0..166ce4c387bd0 100644 --- a/docs/user/monitoring/monitoring-troubleshooting.asciidoc +++ b/docs/user/monitoring/monitoring-troubleshooting.asciidoc @@ -23,6 +23,22 @@ You cannot monitor a version 6.3 or later cluster from {kib} version 6.2 or earl To resolve this issue, upgrade {kib} to 6.3 or later. See {stack-ref}/upgrading-elastic-stack.html[Upgrading the {stack}]. +[float] +=== Filebeat index is corrupt + +*Symptoms:* + +The *Stack Monitoring* application displays an error indicating that Filebeat +indices are corrupt. + +*Resolution* + + - Stop all your Filebeat instances. + - Delete indices beginning with `filebeat-$VERSION`, where `VERSION` corresponds + to the version of Filebeat running. + - Restart all your Filebeat instances. + + [float] === No monitoring data is visible in {kib}