mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Add filebeat notice (#49065)
* Add filebeat notice Refs https://github.com/elastic/kibana/pull/48929 * Update docs/user/monitoring/monitoring-troubleshooting.asciidoc Co-Authored-By: Lisa Cawley <lcawley@elastic.co> * Update docs/user/monitoring/monitoring-troubleshooting.asciidoc Co-Authored-By: Lisa Cawley <lcawley@elastic.co> * Update docs/user/monitoring/monitoring-troubleshooting.asciidoc Co-Authored-By: Lisa Cawley <lcawley@elastic.co> * Update docs/user/monitoring/monitoring-troubleshooting.asciidoc Co-Authored-By: Lisa Cawley <lcawley@elastic.co> * Update docs/user/monitoring/monitoring-troubleshooting.asciidoc Co-Authored-By: Lisa Cawley <lcawley@elastic.co> * Update docs/user/monitoring/monitoring-troubleshooting.asciidoc Co-Authored-By: Lisa Cawley <lcawley@elastic.co> * Fixup per review comments
This commit is contained in:
parent
5a8fabde72
commit
30a70b3f3a
1 changed files with 17 additions and 0 deletions
|
@ -23,6 +23,23 @@ 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 a Monitoring Request error indicating
|
||||
that an illegal argument exception has occurred because fielddata is disabled on
|
||||
text fields by default.
|
||||
|
||||
*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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue