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!