Hi all,
I'm trying to show only duplicate data table for a set of documents.
So I want to show count of records > 1.
But I can't filter to show metric as count > 1.
How to show only duplicates data table with fields?
Hi all,
I'm trying to show only duplicate data table for a set of documents.
So I want to show count of records > 1.
But I can't filter to show metric as count > 1.
How to show only duplicates data table with fields?
You can do that with the aggregated based table
Once you have your table by the field you want to count, you can remove the non duplicates from the table adding this to the JSON Input
box:
{"min_doc_count": 2}
Unfortunately this is not yet supported by Lens so you need to rely in the old visualization type.
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.