# There is no data to display after upgrading from 7.3 to 7.3.1

**URL:** https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942
**Category:** Metrics
**Created:** [September 3, 2019, 8:20pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942 "2019-09-03T20:20:52Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Smoky](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@Smoky](https://discuss.elastic.co/u/Smoky)
#### Post date: [September 3, 2019, 8:20pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/1 "2019-09-03T20:20:52Z")

</div>

HI. After upgrading from 7.3 to 7.3.1, the infrastructure page comes up saying "There is no data to display." The logs are still there when I go to Logs or Discover. Anyone have any idea why?

Terry

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [September 4, 2019, 8:39am UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/2 "2019-09-04T08:39:59Z")

</div>

Hi @Smoky,

I assume you're running metricbeat 7.3.1 as well? Is metricbeat shipping data directly to Elasticsearch? Could you please share the results of running

```auto
GET /_templates/metricbeat-*

```

and

```auto
GET /metricbeat-*/_mapping

```

?

---

<div class="post-metadata">

### Author: ![Smoky](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@Smoky](https://discuss.elastic.co/u/Smoky)
#### Post date: [September 4, 2019, 2:16pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/3 "2019-09-04T14:16:01Z")

</div>

> [@weltenwort](#):
>
> GET /\_templates/metricbeat-\*

Thanks, Weltenwort. The tempaltes are:  
metricbeat-7.3.1 [metricbeat-7.3.1-_] 1  
metricbeat-6.8.1 [metricbeat-6.8.1-_] 1  
metricbeat-7.3.0 [metricbeat-7.3.0-_] 1  
metricbeat-7.2.0 [metricbeat-7.2.0-_] 1  
metricbeat-6.8.2 [metricbeat-6.8.2-_] 1  
metricbeat-7.2.1 [metricbeat-7.2.1-_] 1

The mappings don't fit here - there were over 1800 lines! What am I looking for in the mappings?

Smoky

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [September 4, 2019, 3:01pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/4 "2019-09-04T15:01:55Z")

</div>

In the responses to the `GET /_templates/metricbeat-*` request there should each be an `index_patterns` array. It's important that these patterns match the actual index names that are created.

---

<div class="post-metadata">

### Author: ![Smoky](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@Smoky](https://discuss.elastic.co/u/Smoky)
#### Post date: [September 4, 2019, 3:11pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/5 "2019-09-04T15:11:42Z")

</div>

I think I see the problem, then. There are only patterns for 7.3.0 and 7.3.1. Would this make sense as a reason for not showing the data?

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [September 4, 2019, 5:29pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/6 "2019-09-04T17:29:29Z")

</div>

It depends on what your actual index names are.

---

<div class="post-metadata">

### Author: ![Smoky](https://avatars.discourse-cdn.com/v4/letter/s/858c86/32.png) [@Smoky](https://discuss.elastic.co/u/Smoky)
#### Post date: [September 4, 2019, 7:02pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/7 "2019-09-04T19:02:39Z")

</div>

Then yes, it does. I have closed the older indexes but they are still there. Time to set up a lifecycle policy.

Thank you very much!

Smoky

---

<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: [October 2, 2019, 7:02pm UTC](https://discuss.elastic.co/t/there-is-no-data-to-display-after-upgrading-from-7-3-to-7-3-1/197942/8 "2019-10-02T19:02:49Z")

</div>

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