Logstash. Version Conflict

Version_conflict_engine_exception. Version conflict, current version [64] is different than the one provided [63]
I am trying to update document using logstash, getting below error.
Tried retry_on_conflict with value 5 but getting same error.

[WARN ][logstash.outputs.elasticsearch] Failed action.
{ :status=>409,
:action=>["update",
{:_id=>"7852",
:_index=>"bydepot_app",
:_type=>"doc",
:_routing=>nil,
:_retry_on_conflict=>1
},
#LogStash::Event:0x5012f82
],
:response=>{
"update"=>{
"_index"=>"bydepot_app",
"_type"=>"doc",
"_id"=>"7852",
"status"=>409,
"error"=>{
"type"=>"version_conflict_engine_exception", **
** "reason"=>"[doc][7852]: version conflict, current version [64] is different than the one provided [63]"
,
"index_uuid"=>"4M_A9SS2Rl-bc7oe_IQNZQ",
"shard"=>"3",
"index"=>"bydepot_app"
}
}
}
}

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