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

unable to define a second dynamodb source #6

Closed gcarreto closed 8 years ago

gcarreto commented 8 years ago

I was trying to add a second input similar to how it is done with files but it was overwriting the first configuration and only reading from the last specified table.