it seems that in a visualization when you create more than one filter there is an OR working between them.
I've got three filters I want to apply and this seems to be the behavior:
filter1 OR filter2 OR filter3
I want to achieve the following:
filter1 AND (filter2 OR filter3)
What would be the best way to do this in Kibana 4.4?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.