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
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.