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

Extended format #30

Closed alexef closed 7 years ago

alexef commented 7 years ago

Add support for a JSON format that support all of "keys", "newImage" and "oldImage" if they are defined, plus the eventName and other metadata fields.

Fixes typos and incompatibility between NEW_IMAGE and REMOVE events.

alexef commented 7 years ago

@marcosnils made the PR also here, although this repository seems abandoned.

alexef commented 7 years ago

No need to wait for someone to merge this PR. This repository is abandoned.