Allowing removal of pinned queries via hover control. #435
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First off, let me express my comprehensive love of Kibana 3.
With that out of the way, let me describe the use-case: I wanted a general dashboard that showed multiple pinned queries (so they are nice and short with the alias), that could be used to get an at-a-glance view of things, while having the ability to drill down (or, in this case, filter out certain queries). For example, a single system might have haproxy, python and cassandra log events, and I'd want the dashboard to show all three, with the ability to remove hproxy and cassandra queries to view only the python events. Does this use-case make sense?
The CSS styling could be better, but I thought I'd get feedback before diving in further.
Thanks,
-Nick