# Metricbeat System dashboard not show metric below the time range of 30 minutes

**URL:** https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185
**Category:** Kibana
**Created:** [April 22, 2020, 6:31am UTC](https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185 "2020-04-22T06:31:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![raghumuppa](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/raghumuppa/32/66907_2.png) [@raghumuppa](https://discuss.elastic.co/u/raghumuppa)
#### Post date: [April 22, 2020, 6:31am UTC](https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185/1 "2020-04-22T06:31:45Z")

</div>

Hello Everyone,

Since two days i'm facing an issue with kibana dashboard, i unable to see proper metric with in the time range of 30 min.

This issue was not there before, i went through google and spent lot of time over there but no proper solution.

I updated ELK 7.5.2 to latest release 7.6.2 but issue remains same

I found below link, but myself i felt this is not the proper solution because whenever i run **metribeat setup -e** changes are reverting to normal and issue comes back again, and also changing settings at @Paneloptions --\> @interval from **auto** to **1m** is only working after two or three refresh.

```
https://discuss.elastic.co/t/kibana-metricbeat-system-dashboard-not-working-correctly-with-time-range-15-minutes-or-less/127140
```

could you please anyone help me out from this issue, it is really irritating me, Plz find the screen shot

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/a/a/aa9b321984ec7e239fbdd80b98c25d5b01a73f53.png)

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [April 22, 2020, 7:08am UTC](https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185/2 "2020-04-22T07:08:53Z")

</div>

About having to refresh:

If your beat is sending data at a lower interval, 1m might still be too low for data to consistently show up. Did you change the `period` settings to something else than the default in your metricbeat config? It might be worth trying higher values than 1m, then there should always be data in the last bucket.

About the setup routine resetting your visualizations:  
When running setup you don't have to include the dashboard creation - specify `--index-management` and `--pipelines` explicitly, but not `--dashboards`:

> **[Importing Existing Beat Dashboards | Beats Developer Guide \[master\] | Elastic](https://www.elastic.co/guide/en/beats/devguide/current/import-dashboards.html#import-dashboards)**

> Usage:  
> metricbeat setup [flags]

> Flags:  
> --dashboards Setup dashboards  
> -h, --help help for setup  
> --index-management Setup all components related to Elasticsearch index management, including template, ilm policy and rollover alias  
> --pipelines Setup Ingest pipelines

> The flags are useful when you don’t want to load everything.

Another approach:  
If you are customizing your visualizations, beats has an option to import them from a local file instead of re-building them: [Importing Existing Beat Dashboards | Beats Developer Guide [master] | Elastic](https://www.elastic.co/guide/en/beats/devguide/current/import-dashboards.html#import-dashboard-options). You could provide your modified dashboard like this.

---

<div class="post-metadata">

### Author: ![raghumuppa](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/raghumuppa/32/66907_2.png) [@raghumuppa](https://discuss.elastic.co/u/raghumuppa)
#### Post date: [April 23, 2020, 5:53am UTC](https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185/4 "2020-04-23T05:53:39Z")

</div>

> [@flash1293](#):
>
> It might be worth trying higher values than 1m, then there should always be data in the last bucket.

Thank You @flash1293 after changing to higher value, i don't see any issue but instead of changing this value for each every panel is there any way to get applied these changes to all the panels and all the dash boards.

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [April 23, 2020, 7:04am UTC](https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185/5 "2020-04-23T07:04:19Z")

</div>

Unfortunately there is no way to do it automatically - you could use the [saved objects api](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html) to export all visualizations using a script, applying the change there and re-importing them via API again. But to my knowledge there is no pre-built solution for this.

---

<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: [May 21, 2020, 7:04am UTC](https://discuss.elastic.co/t/metricbeat-system-dashboard-not-show-metric-below-the-time-range-of-30-minutes/229185/6 "2020-05-21T07:04:25Z")

</div>

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