Hello Elastic Community,
I would like to filter data on a dashboard. The filter would be based on a count aggregation on some fields, with min_doc_count keyword. I would like to change that min_doc_count dynamically with the Control panel, like the range slider.
So is it possible to use such a dynamic filter with an aggregation ? It seems that Controls can only be used with index-patterns.
I'm using the the Elasticearch and Kibana 6.2.1 .
Thanks