I am trying to write a Lucene query in kibana's discover which returns only documents that the array size of certain key are bigger then some number
Meaning I want all documents that their length of the value array of a specific value is bigger than a given number
0 Replies