Duplicate query error

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.

There is no setting called '_id' .

Elasticsearch output plugin | Logstash Reference [8.11] | Elastic

Regards,
N

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