Elastic search provides an update api (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-update.html) to help update fields of a document. Logstash elasticsearch output doesn't support this action.
I need this functionality and am happy to implement it, but I'm new to the codebase. Any issues that I need to be aware of before I start implementing this?