# Identify auto-refresh enabled dashboards

**URL:** https://discuss.elastic.co/t/identify-auto-refresh-enabled-dashboards/230574
**Category:** Kibana
**Created:** [April 30, 2020, 2:37pm UTC](https://discuss.elastic.co/t/identify-auto-refresh-enabled-dashboards/230574 "2020-04-30T14:37:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jeffzhao](https://avatars.discourse-cdn.com/v4/letter/j/f1d935/32.png) [@jeffzhao](https://discuss.elastic.co/u/jeffzhao)
#### Post date: [April 30, 2020, 2:37pm UTC](https://discuss.elastic.co/t/identify-auto-refresh-enabled-dashboards/230574/1 "2020-04-30T14:37:42Z")

</div>

Hi,

Is there a way to find dashboards that have enabled auto-refresh?

Some of our users have configured them to the minimum refresh rate (every 5 seconds) and leave it open all the time which causes a constant load on Elasticsearch cluster.

Is it possible to find all of these dashboards by searching the .kibana index? Also, is it possible to disable them, or configure them to a larger refresh rate in a batch from the backend?

---

<div class="post-metadata">

### Author: ![matw](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/matw/32/13913_2.png) [@matw](https://discuss.elastic.co/u/matw)
#### Post date: [May 4, 2020, 12:04pm UTC](https://discuss.elastic.co/t/identify-auto-refresh-enabled-dashboards/230574/2 "2020-05-04T12:04:01Z")

</div>

Hi

Yes, you can identify them by running e.g this query in Kibana's Console

`GET .kibana/_search?q=dashboard.refreshInterval.value:5000 AND dashboard.refreshInterval.pause:false`

And you can edit them in `Management / Saved Objects` , but only one after another. So to patch in a group them you'd need to write a custom script.

Hope this helps,  
Matthias

---

<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: [June 1, 2020, 12:04pm UTC](https://discuss.elastic.co/t/identify-auto-refresh-enabled-dashboards/230574/3 "2020-06-01T12:04:05Z")

</div>

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