Skip to content
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

Closed
pheaver opened this issue Aug 5, 2013 · 2 comments
Closed

Hidden panels should not cause elasticsearch queries #326

pheaver opened this issue Aug 5, 2013 · 2 comments

Comments

@pheaver
Copy link

pheaver commented Aug 5, 2013

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.

@rashidkpc
Copy link
Contributor

Hidden rows no longer refresh, as the panels scope is entirely destroyed and recreated on hide and expand. Slightly more complex with individual panels.

@spalger
Copy link
Contributor

spalger commented Oct 6, 2014

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).

@spalger spalger closed this as completed Oct 6, 2014
harper-carroll pushed a commit to harper-carroll/kibana that referenced this issue Jul 11, 2016
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
Projects
None yet
Development

No branches or pull requests

4 participants
@pheaver @rashidkpc @spalger and others