Show only duplicate documents data table

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

Peek 2022-03-23 17-02

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.

1 Like

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