With Kibana 6.8 is it now possible to filter based results of a Count metric, so I could just see eg. documents w/Count > 1 like asked here
1 Like
Unfortunately this still isn't possible.
Well, actually this is possible for certain aggregations by adding the following in the "advanced json input":
{ "min_doc_count": 100 }
1 Like
Thanks, will try this...
Works if applied on X-axis buckets
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.