lukewaite / logstash-input-cloudwatch-logs

Input plugin for Logstash to stream events from CloudWatch Logs
Other
142 stars 74 forks source link

Fix loading aws-sdk #17

Closed lukewaite closed 7 years ago

tedder commented 7 years ago

I installed the current version and got the aws-sdk error. When I try to install this branch:


Validating /opt/logstash-plugins/logstash-input-cloudwatch_logs-0.10.0.gem
Installing logstash-input-cloudwatch_logs
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core-event-java (5.3.0), and Bundler cannot continue.
Make sure that `gem install logstash-core-event-java -v '5.3.0'` succeeds before bundling.```
tedder commented 7 years ago

^ was likely a PEBKAC; my docker host was having networking issues. Will report back soon.

lukewaite commented 7 years ago

Merging this as I was able to validate the failure in #16 on v0.10.0 and also validate that this fixes the issue.

lukewaite commented 7 years ago

@tedder Didn't mean to dismiss - if you can't resolve that issue you mentioned, please open a follow-up issue.

tedder commented 7 years ago

Luke- no worries. This fixes my problem- issue incoming though.