Dedup Help!

Hello All,

I am attempting to use DEDUP command in Kibana, via the Query DSL.

{
  "exists": {
    "field": "TSID"
  },
  "dedup": true
}

Getting this error:

Discover: [parsing_exception] [exists] malformed query, expected [END_OBJECT] but found [FIELD_NAME], with { line=1 & col=537 }

I just want to remove the duplicates out of that field. Is there an easy way of accomplishing this?

Thank You!

I am confused here, with regards to the dedup field. Where do you have that dedup from? Is it mentioned in the docs in Elasticsearch?

Maybe you can explain your use-case a bit more broad and mention how your data looks like, and what the definition of a duplicate is.

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