-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hidden panels should not cause elasticsearch queries #326
Labels
Comments
Hidden rows no longer refresh, as the panels scope is entirely destroyed and recreated on hide and expand. Slightly more complex with individual panels. |
I'm closing this since Kibana 4 does not currently support hidden panels. That said, I expect to see them again soon (and I'll make sure they don't cause extra queries). |
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
Merge 2.6.2 into 2.6.2.spikes
w33ble
pushed a commit
to w33ble/kibana
that referenced
this issue
Sep 13, 2018
* Use saved object API instead of our stuff * Fix pagination and search, remove create_indices * Remove console.log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I hide a panel on the dashboard, kibana will continue to query elasticsearch and update the data associated with that pannel on every refresh.
For performance reasons, I want to limit what queries are made to elasticsearch, but avoid the invonvenience of re-creating those panels whenever I want to see them.
The text was updated successfully, but these errors were encountered: