Knowledge Base Article

Auto Refresh Dashboard Based On Elasticube Build Or Refresh Every Dashboard Widget

Auto-refresh dashboard based on Elasticube build: This dashboard script queries the elasticube on the server, and checks to see if a new build has completed. As soon as a build is finished, the dashboard will auto-refresh, and all widgets will be based on the most recent build.

Add this to a dashboard script: // Specify the required parameters var reloadType = 'page'; // 'dashboard' (dashboard refresh only) or 'page' (entire page reload) var checkInterval = 15; // c...
Updated 11-20-2025