-
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
Allow multiple named query elements, allow elements to bind to a specific query element #465
Labels
Comments
Closing since Kibana 4 allows you to use a different query for each visualization, and you can also use a terms or filter aggregation to split a vertical bar chart into multiple charts based on documents being "sources" or "destinations" |
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
This was referenced Mar 12, 2020
This was referenced Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to have a series of derived queries on a single page, let's just say "top sources", "top destinations." I'd like to have two histograms on the page, one with sources, the other destinations. Currently, I can only select "all, pinned, unpinned, selected" which means on the first page load I can select the source or destinations, but if the derived query updates on refresh, (I don't think it does yet), and the top sources/destinations changes, my histograms will be blank. The simplest fix I could think of was naming the query elements, and allowing other elements to select specific query elements as a source of their data.
The text was updated successfully, but these errors were encountered: