output {
elasticsearch {
hosts => ["localhost:9200"]
manage_template => false
index => "clinical"
'_id': <RRH_MR_NUM> }
stdout { codec => rubydebug }
}
i want to remove the duplicates for that i written above but it shows error as follows
in the below line
'_id': <RRH_MR_NUM>
what is the mistake i made in my above line
please do the needful.