Closed MaximBG closed 5 years ago
Hi, I don't understand the second part of the issue, can you explain?
The issue was in 6.3 and we switched to version 6.4 since in 6.3 it didn't work as expected. In 6.4.2 it works perfect. With regard to the issues in 6.3.
"setDashboardTime" was the last "case" inside switch statement. When you added "setRefreshInterval" after it you forgot to put "break" statement and execution flow continues to "setRefreshInterval" and refresh interval affected. Another issue that reproduces itself about 50% of the time: refresh interval does not appear in globalState when you build URL for Kibana and therefore it being reset to 0.