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

Fixed gem installation to include new required JAR's added in a previous commit. Fixed installation documenation. #2

Closed benjcooley closed 8 years ago

benjcooley commented 9 years ago
milodky commented 9 years ago

Hi @benjcooley , I followed the new instructions you provided, but still I got such error:

~/Documents/Work/logstash$ /opt/logstash/bin/logstash -f es_dynamo_test.conf The error reported is:

you might need to reinstall the gem which depends on the missing jar or in case there is Jars.lock then JARS_RESOLVE=true will install the missing jars

no such file to load -- com/amazonaws/aws-java-sdk-elasticbeanstalk/1.10.11/aws-java-sdk-elasticbeanstalk-1.10.11 (LoadError)

marcosnils commented 9 years ago

@milodky have you tried following the instructions I've provided?

milodky commented 9 years ago

@marcosnils yes but it didn't work either with the old master branch. I'll try with this new branch.

milodky commented 9 years ago

Hi @marcosnils , this branch combined with the dockerfile solved the problem! Thanks!

marcosnils commented 9 years ago

@milodky interesting. I didn't have to use this branch for my setup to work. I'm glad that the dockerfile helped!.

rauljim commented 8 years ago

I couldn't get the plugin to work following awslab's instructions. I just followed the instructions in this PS and now everything works great. Thanks!

tshrikant commented 7 years ago

It worked super cool! However, I do not see real time data in output. I have to restart service to see the data. Anyone got any ideas that I should try?