Kafka(input) + logstash-1.5.1 + elasticsearch 1.5(output) action update?

i need to update documents in my elasticsearch, documentation for "action" speak about index/create/delete, someone has a idea for how update documents using logstash ?

thanks!

You may have to roll the documents into another index and then do a manual update run via a script.

hey @Joe_Lawson to improve performances i code in the output plugin for elasticsearch the action to manage the update option! i will see if i can commit to add to logstash brach

Great stuff!