How to refresh Dashboard in Data Discovery

Hi Folks,

Anyone know how to setup dashboard refresh interval in EDD? We are running kinetic 2023.1.10 (cloud).

Appreciated.

We’re on-prem, but I can tell you where it is for us. On the application server there is sysconfig.json in C:\inetpub\wwwroot\Data Discovery\UI (depending upon installation root). In that file there is a “autoRefreshIntervalInMin” value:

“cardView”: {
“autoRefreshIntervalInMin”: 30,
“enableAnimation”: false
},

From my notes from several years ago, all you have to do is change that value and save, no IIS resets, etc. required.

1 Like

Hi Doyle,

Thank you for the response, unfortunately we don’t have access to the app server. However, I will investigate this further. I was hoping this could be configured in EDD.