Filter results in visualtion

Hi,
I have a visualization of DataTable where I have a Metric of Count. Now i get lot of records where Count ranges from 1 to 500 and I only want to see where Count is more than 100. How can i achieve this.

Thanks

Hello, you can do this by sending min_doc_count with your bucket aggregation using the JSON Input field. In this example I am filtering my buckets to ones that have a minimum of 3 documents:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.