mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Clarify monitoring dependencies (#26229)
This commit is contained in:
parent
77f06b0b96
commit
5ba8924d7a
2 changed files with 31 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
++++
|
||||
|
||||
Use the information in this section to troubleshoot common problems and find
|
||||
answers for frequently asked questions related to {monitoring}.
|
||||
answers for frequently asked questions related to the {kib} {monitor-features}.
|
||||
|
||||
[float]
|
||||
=== Cannot view the cluster because the license information is invalid
|
||||
|
@ -22,3 +22,27 @@ The following error appears in a banner at the top of the screen in {kib} on the
|
|||
You cannot monitor a version 6.3 or later cluster from {kib} version 6.2 or earlier.
|
||||
To resolve this issue, upgrade {kib} to 6.3 or later. See
|
||||
{stack-ref}/upgrading-elastic-stack.html[Upgrading the {stack}].
|
||||
|
||||
[float]
|
||||
=== No monitoring data is visible in {kib}
|
||||
|
||||
*Symptoms:*
|
||||
|
||||
The *Monitoring* page in {kib} is empty.
|
||||
|
||||
*Resolution:*
|
||||
|
||||
. Confirm that {kib} is seeking monitoring data from the appropriate {es} URL.
|
||||
By default, data is retrieved from the cluster specified in the
|
||||
`elasticsearch.url` setting in the `kibana.yml` file. If you want to retrieve it
|
||||
from a different monitoring cluster, set `xpack.monitoring.elasticsearch.url`.
|
||||
See <<monitoring-settings-kb>>.
|
||||
|
||||
. Confirm that there is monitoring data available at that URL. It is stored in
|
||||
indices such as `.monitoring-kibana-*` and `.monitoring-es-*`. At a minimum, you
|
||||
must have monitoring data for the {es} production cluster. Once that data exists,
|
||||
{kib} can display monitoring data for other products in the cluster.
|
||||
|
||||
. Set the time filter to “Last 1 hour”. When monitoring data appears in your
|
||||
cluster, the page automatically refreshes with the monitoring summary.
|
||||
|
||||
|
|
|
@ -7,7 +7,11 @@
|
|||
|
||||
After you collect monitoring data for one or more products in the {stack}, you
|
||||
can configure {kib} to retrieve that information and display it in on the
|
||||
*Monitoring* page.
|
||||
*Monitoring* page.
|
||||
|
||||
At a minimum, you must have monitoring data for the {es} production cluster.
|
||||
Once that data exists, {kib} can display monitoring data for other products in
|
||||
the cluster.
|
||||
|
||||
. Identify where to retrieve monitoring data from.
|
||||
+
|
||||
|
@ -91,15 +95,4 @@ Overview, Nodes, Indices, or Instances links. See <<xpack-monitoring>>.
|
|||
[role="screenshot"]
|
||||
image::images/monitoring-dashboard.png[Monitoring dashboard]
|
||||
|
||||
If {kib} can't activate monitoring, here are some things to do:
|
||||
|
||||
* If you don't have permission to activate monitoring,
|
||||
contact your system administrator.
|
||||
|
||||
* If {kib} can't find monitoring data, set the time filter to
|
||||
“Last 1 hour”. When monitoring data appears in your cluster, the page
|
||||
automatically refreshes with the monitoring summary.
|
||||
|
||||
* Check your `xpack.monitoring.elasticsearch.url` setting.
|
||||
See <<monitoring-settings-kb, Monitoring Settings in Kibana>>.
|
||||
|
||||
If you encounter problems, see <<monitor-troubleshooting,Troubleshooting monitoring>>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue