I have a field with 6 possible value.
field1 = 10 , 20 , 30 , 40 , 50 , 60
I want to know if all value are present in a time window?
I tried
field1:10 AND field1:20 AND field1:30 AND field1:40 AND field1:50 AND field1:60
but not work.
I have a field with 6 possible value.
field1 = 10 , 20 , 30 , 40 , 50 , 60
I want to know if all value are present in a time window?
I tried
field1:10 AND field1:20 AND field1:30 AND field1:40 AND field1:50 AND field1:60
but not work.
You could create a metric visualization, using a filter with "is one of", and unique count for metric. If the count is equal to the number of values you put into "is one of" then all exist. Would this work for you?
I have an old version of Kibana ( 4 ) .
I have only the search field usable.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.