IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Multiple queries
editMultiple queries
editIn some cases, you might want to compare the results of two seperate queries. Kibana can handle multiple queries by joining them with a logical
OR
and using the knowledge that they should be treated as seperate to
influence visualizations.
Adding
editClick the + to the right of the query input to add another query.
You should now have this:
In the lefthand, green input, type "to be"
and in the right, yellow
input, type "not to be"
. This will search for every document that has
"to be"
OR "not to be"
in it, and break that down on our hits pie
chart. So we go from a big green circle to:
Removing
editTo remove a query, click the x icon that appears when you mouse over the query input field