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.
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?
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?