IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Troubleshooting monitoring in Kibana
editTroubleshooting monitoring in Kibana
editUse the information in this section to troubleshoot common problems and find answers for frequently asked questions related to the Kibana monitoring features.
Cannot view the cluster because the license information is invalid
editSymptoms:
The following error appears in a banner at the top of the screen in Kibana on the
Monitoring > Clusters page:
You can't view the "<my_cluster>" cluster because the license information is invalid.
Resolution:
You cannot monitor a version 6.3 or later cluster from Kibana version 6.2 or earlier. To resolve this issue, upgrade Kibana to 6.3 or later. See Upgrading the Elastic Stack.
No monitoring data is visible in Kibana
editSymptoms:
The Monitoring page in Kibana is empty.
Resolution:
-
Confirm that Kibana is seeking monitoring data from the appropriate Elasticsearch URL.
By default, data is retrieved from the cluster specified in the
elasticsearch.hosts
setting in thekibana.yml
file. If you want to retrieve it from a different monitoring cluster, setxpack.monitoring.elasticsearch.hosts
. See Monitoring settings. -
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 Elasticsearch production cluster. Once that data exists, Kibana 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.