# Stack Monitoring Not Stable

**URL:** https://discuss.elastic.co/t/stack-monitoring-not-stable/236145
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [June 8, 2020, 9:22am UTC](https://discuss.elastic.co/t/stack-monitoring-not-stable/236145 "2020-06-08T09:22:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tomx1](https://avatars.discourse-cdn.com/v4/letter/t/779978/32.png) [@tomx1](https://discuss.elastic.co/u/tomx1)
#### Post date: [June 8, 2020, 9:22am UTC](https://discuss.elastic.co/t/stack-monitoring-not-stable/236145/1 "2020-06-08T09:22:33Z")

</div>

I've just upgraded our cluster from 7.6.2 to 7.7.1. I've a 10 Node cluster, self monitored with metricbeat + logstash and kibana monitoring using "Stack Monitoring" feature. It worked quite well with 7.6.2 but with 7.7.1 I can't see the logstash metrics anymore in the "Stack Monitoring" tab even though the data is shipped to our dedicated monitoring cluster.

After the upgrade I also had to reset to see the Kibana and Elasticsearch metrics again:

```
PUT _cluster/settings
{
  "persistent": {
    "xpack.monitoring.collection.enabled": true
  }
}

```

It's annoying that one has do debug such things after just a minor upgrade with almost no informations in the logfiles.

Seem like Kibana knows that there is data, but it's not showing any nodes:

 ![2020-06-08_113550](https://us1.discourse-cdn.com/elastic/original/3X/c/2/c24e568da75b9b08336149d130a4b753c29e6a8e.jpeg)

---

<div class="post-metadata">

### Author: ![tomx1](https://avatars.discourse-cdn.com/v4/letter/t/779978/32.png) [@tomx1](https://discuss.elastic.co/u/tomx1)
#### Post date: [June 26, 2020, 6:01am UTC](https://discuss.elastic.co/t/stack-monitoring-not-stable/236145/2 "2020-06-26T06:01:33Z")

</div>

still the same issue with 7.8. Any hints?

---

<div class="post-metadata">

### Author: ![chrisronline](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrisronline/32/28230_2.png) [@chrisronline](https://discuss.elastic.co/u/chrisronline)
#### Post date: [June 29, 2020, 1:17pm UTC](https://discuss.elastic.co/t/stack-monitoring-not-stable/236145/3 "2020-06-29T13:17:24Z")

</div>

Hi @tomx1,

Do you see any `.monitoring-logstash-*` indices on the monitoring cluster with recent dates? Do you Logstash monitoring data on the cluster overview page? Are you using Metricbeat to monitor Logstash?

---

<div class="post-metadata">

### Author: ![tomx1](https://avatars.discourse-cdn.com/v4/letter/t/779978/32.png) [@tomx1](https://discuss.elastic.co/u/tomx1)
#### Post date: [July 20, 2020, 8:08am UTC](https://discuss.elastic.co/t/stack-monitoring-not-stable/236145/4 "2020-07-20T08:08:38Z")

</div>

Yes i do - all indices are present and fresh at the monitoring cluster. I think i got hit by this bug: [Upgrade 7.6-\>7.7 unable to verify the first certificate"](https://discuss.elastic.co/t/upgrade-7-6-7-7-unable-to-verify-the-first-certificate/233625/20)

However, my Cluster is running in docker swarm, the suggested workaround to pipe the certificate directly into the kibana.yaml does not work with this setup. And yes, we are using metricbeat to gather metrics from kibana, elasticsearch and logstash.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 17, 2020, 8:08am UTC](https://discuss.elastic.co/t/stack-monitoring-not-stable/236145/5 "2020-08-17T08:08:45Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
