I'd like to be able to get my cloudtrail logs into ES via Logstash. It seems like this was fixed by the following pull request: Update to logstash 5.0 by patrobinson · Pull Request #11 · logstash-plugins/logstash-codec-cloudtrail · GitHub
But trying to install the plugin fails with:
Bundler could not find compatible versions for gem "logstash":
In Gemfile:
logstash-codec-cloudtrail (>= 0) java depends on
logstash (< 2.0.0, >= 1.4.0) java
Could not find gem 'logstash (< 2.0.0, >= 1.4.0) java', which is required by gem 'logstash-codec-cloudtrail (>= 0) java', in any of the sources.
Any hints on how to be able to get it to install?