cityindex-attic / logsearch

[unmaintained] A development environment for ELK
Apache License 2.0
24 stars 8 forks source link

Kibana dashboards fail to load with: Uncaught Error: Load timeout for modules #356

Closed mrdavidlaing closed 10 years ago

mrdavidlaing commented 10 years ago

In periods of high load Kibana dashboards partially fail to load. For example only some of the panels will load for a dashboard.

In the JS console you often see errors like the below:

Uncaught Error: Load timeout for modules: angular-strap,angular-dragdrop,datepicker,jquery-ui
http://requirejs.org/docs/errors.html#timeout 
Uncaught Error: Load timeout for modules: jquery.flot.selection,jquery.flot.time,jquery.flot.stack,jquery.flot.stackpercent
http://requirejs.org/docs/errors.html#timeout 
mrdavidlaing commented 10 years ago

Increasing the requirejs waitSeconds as per this commit - https://github.com/cityindex/kibana/commit/231c68edd7f6084503f7e711bba3d7493e9da9f1 - seems to fix this error