You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we monitor LS and do not monitor ES with either metricbeat or self-monitoring, we don't see the LS cluster dashboard unless we setup the ES monitoring. It is because cluster UUID is decided based on ES monitoring (.monitoring-es*) data.
Self-monitoring
Caveat (mostly confusing) is, we enabled self-monitoring in logstash.yml but we don't see it unless we enable self monitoring on Kibana.
Metricbeat monitoring
Similarly with self-monitoring, the caveat, we configured cluster_uuid in logstash.yml but we don't see it unless we enable elasticsearch-xpack module of the metricbeat and configure to monitor the Elasticsearch as well.
mashhurs
changed the title
Logstash metrics dashboard isn't displayed under Stack monitoring if ES isn't monitored.
[Stack monitoring] Doc improvements
May 29, 2024
Description
When we monitor LS and do not monitor ES with either metricbeat or self-monitoring, we don't see the LS cluster dashboard unless we setup the ES monitoring. It is because cluster UUID is decided based on ES monitoring (
.monitoring-es*
) data.logstash.yml
but we don't see it unless we enable self monitoring on Kibana.cluster_uuid
inlogstash.yml
but we don't see it unless we enableelasticsearch-xpack
module of the metricbeat and configure to monitor the Elasticsearch as well.Some confusing examples users asked:
Expectation
We need to highlight these cases in the docs to clear out the confusions.
The text was updated successfully, but these errors were encountered: