# Dashboard Autorefresh still not working in Kibana 8.1.1

**URL:** https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002
**Category:** Kibana
**Created:** [July 19, 2022, 10:07am UTC](https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002 "2022-07-19T10:07:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ondrej-ivanko](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ondrej-ivanko/32/108501_2.png) [@ondrej-ivanko](https://discuss.elastic.co/u/ondrej-ivanko)
#### Post date: [July 19, 2022, 10:07am UTC](https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002/1 "2022-07-19T10:07:35Z")

</div>

Hi,

the dashboard autorefresh issue still seem to persist in Kibana 8.1.1. I created custom dashboard with filters to display some application logs collected by Fluentd and sent to ElasticSearch. AutoReferesh is working fine in Logs - Stream section of Kibana refreshing every 5 seconds.

In my dashboard, not matter if it's saved or just created. No matter if I select relative, absolute or any other date combination that is possible, the autorefresh does happen only once, when the refresh time is set up and never again after that.

Manual refresh works fine.

I noticed some issue like that were happening in previous version of Kibana.

thank you for help.

---

<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: [July 21, 2022, 8:57am UTC](https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002/2 "2022-07-21T08:57:39Z")

</div>

I just tested this on an 8.1.3 instance and auto refresh is working fine for me.

Does it show the auto refresh time for you next to the time picker?

 ![Screenshot 2022-07-21 at 10.56.58](https://us1.discourse-cdn.com/elastic/original/3X/f/5/f51359aa25d6b0544d98915088f58ea11dfa116a.png)

Could you describe the steps you are doing (with screenshots and what's happening)?

---

<div class="post-metadata">

### Author: ![ondrej-ivanko](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ondrej-ivanko/32/108501_2.png) [@ondrej-ivanko](https://discuss.elastic.co/u/ondrej-ivanko)
#### Post date: [July 25, 2022, 9:55am UTC](https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002/3 "2022-07-25T09:55:21Z")

</div>

Hello Joe,

i can share screenshots of my kibana setup.  
 ![Screenshot_20220725_111135](https://us1.discourse-cdn.com/elastic/original/3X/e/2/e29e28daad760e4d9503d33ae612b16cfb7daba2.png)  
 ![Screenshot_20220725_111507](https://us1.discourse-cdn.com/elastic/original/3X/a/d/ad976445e47411c31f5a1cb9e5b58d122bae599c.png)  
 ![Screenshot_20220725_111620](https://us1.discourse-cdn.com/elastic/original/3X/8/1/8105395e83f482f6b615ea5f13c331d0fbdfdbe8.png)

As you can see, refresh option is on. When I create data/info, that should appear in log stream, it's not refreshed showing new logs, unless I manually click on refresh button.

How I created dashboard, that should be refreshing automatically every 5000ms:  
I'm deploying kibana/elastic/fluentd by skaffold using these kubernetes manifest

- `https://download.elastic.co/downloads/eck/2.1.0/crds.yaml`
- `https://download.elastic.co/downloads/eck/2.1.0/operator.yaml`

After that, I create my environment on local kube cluster. Post--install hook sets up kibana with a script setting new index pattern using Kibana REST API. `(https://<domain name for kibana instance>/api/saved_objects/index-pattern/<patern name>)` also I create/update stream log settings `(https://<domain name for kibana instance>/api/saved_objects/infrastructure-ui-source/default)`

I create new dashboard with filters and auto-refreshing set.

Since I cant add file as attachement, this is my dashboard ndjson file

```auto
{
    "attributes": {
        "description": "logs displaying process of every shellchat that ran on the environment",
        "hits": 0,
        "kibanaSavedObjectMeta": {
            "searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[{\"meta\":{\"alias\":null,\"negate\":false,\"disabled\":false,\"type\":\"phrase\",\"key\":\"hostname\",\"params\":{\"query\":\"v3stack\"},\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index\"},\"query\":{\"match_phrase\":{\"hostname\":\"v3stack\"}},\"$state\":{\"store\":\"appState\"}},{\"meta\":{\"type\":\"phrases\",\"key\":\"message\",\"params\":[\"shellchat\",\"proc_stdout\",\"proc_stderr\",\"Stage input\",\"shellchat_filenames\",\"shellchats\",\"shellchat_data_list\",\"shellchat_variable_dict\"],\"alias\":null,\"negate\":false,\"disabled\":false,\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index\"},\"query\":{\"bool\":{\"should\":[{\"match_phrase\":{\"message\":\"shellchat\"}},{\"match_phrase\":{\"message\":\"proc_stdout\"}},{\"match_phrase\":{\"message\":\"proc_stderr\"}},{\"match_phrase\":{\"message\":\"Stage input\"}},{\"match_phrase\":{\"message\":\"shellchat_filenames\"}},{\"match_phrase\":{\"message\":\"shellchats\"}},{\"match_phrase\":{\"message\":\"shellchat_data_list\"}},{\"match_phrase\":{\"message\":\"shellchat_variable_dict\"}}],\"minimum_should_match\":1}},\"$state\":{\"store\":\"appState\"}},{\"meta\":{\"type\":\"phrases\",\"key\":\"message\",\"params\":[\"known_murequest_kinds\",\"reset_mucall_timerhandle\",\"known_mucall_ilks\"],\"alias\":null,\"negate\":true,\"disabled\":false,\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.filter[2].meta.index\"},\"query\":{\"bool\":{\"should\":[{\"match_phrase\":{\"message\":\"known_murequest_kinds\"}},{\"match_phrase\":{\"message\":\"reset_mucall_timerhandle\"}},{\"match_phrase\":{\"message\":\"known_mucall_ilks\"}}],\"minimum_should_match\":1}},\"$state\":{\"store\":\"appState\"}}]}"
        },
        "optionsJSON": "{\"useMargins\":true,\"syncColors\":true,\"hidePanelTitles\":true}",
        "panelsJSON": "[{\"version\":\"8.1.1\",\"type\":\"LOG_STREAM_EMBEDDABLE\",\"gridData\":{\"x\":0,\"y\":0,\"w\":48,\"h\":25,\"i\":\"7e7fc6de-29ec-4cc1-a16d-92c720d9a7f5\"},\"panelIndex\":\"7e7fc6de-29ec-4cc1-a16d-92c720d9a7f5\",\"embeddableConfig\":{\"enhancements\":{}},\"title\":\"Log stream\"}]",
        "refreshInterval": {
            "pause": false,
            "value": 5000
        },
        "timeFrom": "now-1h",
        "timeRestore": true,
        "timeTo": "now",
        "title": "Shellchat Dashboard",
        "version": 1
    },
    "coreMigrationVersion": "8.1.1",
    "id": "51ab9fc0-077a-11ed-865e-a107d59789c0",
    "migrationVersion": {
        "dashboard": "8.1.0"
    },
    "references": [
        {
            "id": "uhura-desktop-dev-applog",
            "name": "kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index",
            "type": "index-pattern"
        },
        {
            "id": "uhura-desktop-dev-applog",
            "name": "kibanaSavedObjectMeta.searchSourceJSON.filter[1].meta.index",
            "type": "index-pattern"
        },
        {
            "id": "uhura-desktop-dev-applog",
            "name": "kibanaSavedObjectMeta.searchSourceJSON.filter[2].meta.index",
            "type": "index-pattern"
        },
        {
            "id": "39adfe90-06a8-11ed-b29e-d5c71c15b444",
            "name": "tag-39adfe90-06a8-11ed-b29e-d5c71c15b444",
            "type": "tag"
        },
        {
            "id": "431c8b90-06a8-11ed-b29e-d5c71c15b444",
            "name": "tag-431c8b90-06a8-11ed-b29e-d5c71c15b444",
            "type": "tag"
        }
    ],
    "type": "dashboard",
    "updated_at": "2022-07-19T15:49:05.602Z",
    "version": "WzExNSwxXQ=="
}
{
    "excludedObjects": [],
    "excludedObjectsCount": 0,
    "exportedCount": 1,
    "missingRefCount": 0,
    "missingReferences": []
}

```

---

<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: [July 26, 2022, 12:50pm UTC](https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002/4 "2022-07-26T12:50:58Z")

</div>

Is this problem only happening for saved searches on a dashboard or visualization panels as well?

---

<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 23, 2022, 12:51pm UTC](https://discuss.elastic.co/t/dashboard-autorefresh-still-not-working-in-kibana-8-1-1/310002/5 "2022-08-23T12:51:25Z")

</div>

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