You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kibana is so cool so that I want to put all the data into elasticsearch and then visualize them with kibana.
But to integrate with our existing tool, I need to ember their dashboard to our existing page. Thanks to the "share" function in kibana 4, I can do this easily.
However the issue I run into the is kibana performance. In an overview, it takes ~10 seconds to load a simple dashboard and after a bit of deep, I found most of the time is used to dowload commons.bundle.js and kibana.bundle.js.
do we have a way to improve this? like compress the js file or something similar? is there any suggested action I can take now for this issue?
thanks
The text was updated successfully, but these errors were encountered:
In the future, please ask operational questions like this in our discussion forums: https://discuss.elastic.co/c/kibana. We try to reserve Github for bugs and feature requests.
We do have an existing enhancement request for setting proper cache control headers on these static files, which should help your problem. #6520
Until that's fixed, however, the best you might be able to do is set the headers yourself with a proxy in front of Kibana.
kibana is so cool so that I want to put all the data into elasticsearch and then visualize them with kibana.
But to integrate with our existing tool, I need to ember their dashboard to our existing page. Thanks to the "share" function in kibana 4, I can do this easily.
However the issue I run into the is kibana performance. In an overview, it takes ~10 seconds to load a simple dashboard and after a bit of deep, I found most of the time is used to dowload commons.bundle.js and kibana.bundle.js.
do we have a way to improve this? like compress the js file or something similar? is there any suggested action I can take now for this issue?
thanks
The text was updated successfully, but these errors were encountered: