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

Allow user to decide when to apply "Filter slice" to a dashboard #2310

Closed
csonigo opened this issue Mar 1, 2017 · 2 comments · Fixed by #2338
Closed

Allow user to decide when to apply "Filter slice" to a dashboard #2310

csonigo opened this issue Mar 1, 2017 · 2 comments · Fixed by #2338

Comments

@csonigo
Copy link

csonigo commented Mar 1, 2017

Hi all,

We've been using the filter slice for a while (and liking it!).
My main issue is that anytime I change a field of the filter, each slice of the dashboard instantly refresh itself.
The problem is that, when you have many field to select for your desired results, it will trigger a ton of unnecessary requests (which could be massive and entirely freeze Druid for a few minutes).
We are working around this by filtering on the last minute to make all of those requests tiny, but a simple APPLY FILTER button would make the whole thing a lot more natural.

@mistercrunch
Copy link
Member

Sounds reasonable, the FilterBox widget could make that optional with a checkbox control "Instataneous". If checked (default) same as current behavior, if unchecked, a new "Apply" button is exposed and needs to be clicked.

@mistercrunch
Copy link
Member

img
#2338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants