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

Adding filter bar support to Dashboard and Visualize #2120

Merged
merged 5 commits into from
Dec 8, 2014

Conversation

simianhacker
Copy link
Member

  • Closes Interactive filtering #1526 and Closes Filter data with pie's queries on slice drill down. #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)

@simianhacker simianhacker self-assigned this Dec 4, 2014
- 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)
@rashidkpc
Copy link
Contributor

http://localhost:8000/#/dashboard?_a=(filters:!(('$$hashKey':'085','$$indexPattern':'logstash-*','$$meta':(apply:!t,disabled:!f,key:geo.src,negate:!f,value:CN),query:(match:(geo.src:(query:CN,type:phrase)))),('$$hashKey':'086','$$indexPattern':'logstash-*','$$meta':(apply:!t,disabled:!f,key:extension,negate:!f,value:gif),query:(match:(extension:(query:gif,type:phrase))))),panels:!((col:1,row:1,size_x:3,size_y:4,visId:beer_-slash-_wine)),query:(query_string:(query:'*')),title:'New%20Dashboard')&_g=(time:(from:'2014-11-24T21:50:59.227Z',mode:absolute,to:'2014-11-24T23:18:16.995Z'))

We should strip out $$ keys from the URL

@rashidkpc rashidkpc removed the review label Dec 5, 2014
@rashidkpc rashidkpc assigned simianhacker and unassigned rashidkpc Dec 5, 2014
@rashidkpc
Copy link
Contributor

#2117 severely impacts this. This is probably merge-able as is, but without #2117 there are random things that can't be clicked on.

rashidkpc added a commit that referenced this pull request Dec 8, 2014
Adding filter bar support to Dashboard and Visualize
@rashidkpc rashidkpc merged commit 2bc3fd5 into elastic:master Dec 8, 2014
@simianhacker simianhacker deleted the filter_bar_beta_3 branch March 16, 2017 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interactive filtering Filter data with pie's queries on slice drill down.
2 participants