# I updated metricbeat from 7.2 to 7.3 and now metrics dashboard don't show network or cpu, just load and memory

**URL:** https://discuss.elastic.co/t/i-updated-metricbeat-from-7-2-to-7-3-and-now-metrics-dashboard-dont-show-network-or-cpu-just-load-and-memory/194265
**Category:** Beats
**Tags:** metricbeat
**Created:** [August 7, 2019, 2:55pm UTC](https://discuss.elastic.co/t/i-updated-metricbeat-from-7-2-to-7-3-and-now-metrics-dashboard-dont-show-network-or-cpu-just-load-and-memory/194265 "2019-08-07T14:55:53Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![amcneill3](https://avatars.discourse-cdn.com/v4/letter/a/9e8a1a/32.png) [@amcneill3](https://discuss.elastic.co/u/amcneill3)
#### Post date: [August 7, 2019, 2:55pm UTC](https://discuss.elastic.co/t/i-updated-metricbeat-from-7-2-to-7-3-and-now-metrics-dashboard-dont-show-network-or-cpu-just-load-and-memory/194265/1 "2019-08-07T14:55:53Z")

</div>

I updated metricbeat from 7.2 to 7.3 and some of my beas clients, after updating elasticsearch, logstash and kibana from 7.2 to 7.3. and now metrics dashboard don't show network or cpu, just load and memory. I can discover the metrics in discover query, but they simply wont show up in my existing dashboards. They don't show up in my grafana boards either for existing dashboards, It's almost like it's forcing me to create new dashboards because my existing ones are not picking up metricbeat-7.3.0 although filter is for metricbeat-\*  
Is it because my indices changed from metricbeat-7.2.0\* to metricbeat-7.3.0\* that my output in the current dashboards are not shown?

---

<div class="post-metadata">

### Author: ![Kaiyan\_Sheng](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kaiyan_sheng/32/38247_2.png) [@Kaiyan\_Sheng](https://discuss.elastic.co/u/Kaiyan_Sheng)
#### Post date: [August 8, 2019, 3:27am UTC](https://discuss.elastic.co/t/i-updated-metricbeat-from-7-2-to-7-3-and-now-metrics-dashboard-dont-show-network-or-cpu-just-load-and-memory/194265/2 "2019-08-08T03:27:45Z")

</div>

Hi @amcneill3, do you see index pattern `metricbeat-*` in management?

 ![45%20PM](https://us1.discourse-cdn.com/elastic/original/3X/9/0/90c07cd587f38d41710a1638787ffa6e75cf2118.png)

And when you click "create index pattern" there, do you see your `metricbeat-7.3.0-xxxxxx`index?

---

<div class="post-metadata">

### Author: ![amcneill3](https://avatars.discourse-cdn.com/v4/letter/a/9e8a1a/32.png) [@amcneill3](https://discuss.elastic.co/u/amcneill3)
#### Post date: [August 8, 2019, 10:57am UTC](https://discuss.elastic.co/t/i-updated-metricbeat-from-7-2-to-7-3-and-now-metrics-dashboard-dont-show-network-or-cpu-just-load-and-memory/194265/3 "2019-08-08T10:57:22Z")

</div>

Hi Kaiyan. Yes I do see index pattern metricbeat-\* in management.  
I think I finally got it fixed. What I had to do on my node that I upgraded from metricbeat-7.2 to metricbeat-7.3 was explicitly set the template name and pattern in /etc/metricbeat/metricbeat.yml

> #==================== Elasticsearch template setting ==========================  
> setup.template.settings:  
> index.number\_of\_shards: 1  
> index.codec: best\_compression  
> #\_source.enabled: false  
> setup.template.name: "metricbeat"  
> setup.template.pattern: "metricbeat-\*"

 ![00%20AM](https://us1.discourse-cdn.com/elastic/original/3X/3/0/30212ad2e0939a4a353c47343def5c8a6a3e0e38.png)

 ![51%20AM](https://us1.discourse-cdn.com/elastic/original/3X/7/1/711f1557a342d2f6d01858970417febd38441b39.png)

Looks llke metrics started being written again to a appendant indice  
metricbeat-7.3.0-2019.08.07-000001

 ![55%20AM](https://us1.discourse-cdn.com/elastic/original/3X/d/e/de61c1ef79755d201b73e4607773787cf51d0ca3.png)  
Now I am getting system metrics displayed from my metricbeat-7.3.0 node in kibana and grafana.  
Cheers.

---

<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: [September 5, 2019, 10:57am UTC](https://discuss.elastic.co/t/i-updated-metricbeat-from-7-2-to-7-3-and-now-metrics-dashboard-dont-show-network-or-cpu-just-load-and-memory/194265/4 "2019-09-05T10:57:26Z")

</div>

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