-
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
Interactive filtering #1526
Comments
+1 |
I also found "brushing" a chart in 3.0 useful when it updated the document table on the same page as well. I could not find any tasks around this, but it would be great if "brusing" or Filtering a visualization on a dashboard filtered the Discover tab or a similar visualization, for those who like t use the timeline to filter the data and dig deeper into the data via the vis. |
In addition to extending the filter bar to the other tabs, I'd like to see it be editable in a fashion similar to Kibana 3. In Kibana 3, one of my most common workflows is to create a series of filters with the "either" option selected, and then use the toggle checkbox to quickly view the results of different combinations of filters. The ability to manually edit the contents of the filter string is also essential to this workflow. |
👍 |
- Closes elastic#1526 and Closes elastic#538 - Adding fitler bar to Dashboard - Addign filter bar to Visualize - Adding click and brush handler to filter_bar component - Adding tests for all the things - Adding brush events to all apps - Consolidate all filter addition code to filter bar - Add donut option to pie visualization - Adding AggConfigResult to hierarchical data - Adding picker for multiple filter items - Moved apply, disabled, negate to $$meta - Removed $$hashKey from fitlers (part of the input box apply)
Maybe I am missing something, but filter interactivity simply isn't there, except in VERY limited fashion during dashboard view of a saved search? In Kibana 3 i can have a bunch of these babies sitting there, easily toggled on and off. The only way I found in kibana 4 to make them is to open the row and click on the mag glass. And then, since its not editable it's often worthless. |
@mikebell90 you can get the filter bar in Kibana 4 on Visualize and Dashboard by clicking on any element in an aggregated visualization, and then you can interact with each filter in much the same way as in Kibana 3, except that you can't edit them. The lack of editable filters and the "either" option in filters in Kibana 4 is disorienting to me, since I use both "either" and filter editing constantly in Kibana 3. If someone has a suggested alternative workflow for Kibana 4, I'd love to see it. Everything in the Elasticsearch documentation trains us to use filters as much as possible for performance reasons, so I'm not sure what else to do. |
Not only that, because you can't edit, you can't add the (for my druthers) very useful exists operator for a filter. For example we have an exception class field (java) - this is very useful for finding items with exceptions attached. |
Not certain if this will be any help, but I'm just learning Kibana 4 today and one of my coworkers noted that Kibana 4 shifts dramatically away from using filters, to using the text search box instead. An example query using the search box might be Please do point it out if I'm wrong. |
I second the need for both:
|
+1 for make filter editable! |
+1 editable filters |
+999999999999999999999999 for editable filters |
+1 editable filters |
There's an open issue for editable filters - #1583 |
Currently interactive filtering is supported in Discover, this needs to be extended to Visualize and the Dashboard. Ideally it would function in a similar fashion, with the same click and drag events we have elsewhere, along with the filter bar
The text was updated successfully, but these errors were encountered: