cchooks2
(Steven)
August 26, 2019, 6:49pm
1
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!
spinscale
(Alexander Reelsen)
August 28, 2019, 11:25am
2
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.
system
(system)
Closed
September 25, 2019, 11:25am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.