amazon-archives / logstash-input-dynamodb

This input plugin for Logstash scans a specified DynamoDB table and then reads changes to a DynamoDB table from the associated DynamoDB Stream.This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline. This gem is not a stand-alone program.
Apache License 2.0
105 stars 27 forks source link

Support UPDATE/REMOVE event? #25

Open huytv593 opened 8 years ago

huytv593 commented 8 years ago

I can use this tool to index all items from DynamoDB to ES and it work well but when I make a change with an item, I see in ES has both old and new version. So, can I keep ES update when I update/delete some items in DynamoDB?