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
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 }
Thanks, will try this...
Works if applied on X-axis buckets