lukewaite / logstash-input-cloudwatch-logs

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

logstash-mixin-aws to 4.3.0 #51

Closed takearun closed 6 years ago

takearun commented 6 years ago

Hi,

Looks like there's a higher version of logstash-mixin-aws (4.3.0). Can you please bump the version so we can use the latest features (assume role).

Alternatively, can you please list the steps involved in someone like me changing the gemspec and perhaps creating a new gemfile and installing the plugin. I don't have a clue how these are done.

Thanks, Arun

lukewaite commented 6 years ago

v1.0.3 has just been tagged which updates to logstash-mixin-aws 4.3.0.

mikejr83 commented 6 years ago

How do I update the logstash-mixin-aws in my logstash install so that this will work?

Here's the output I'm getting when attempting to install the plugin.

bash-4.2$ bin/logstash-plugin install --no-verify plugins/logstash-input-cloudwatch_logs-1.0.3.gem
Installing logstash-input-cloudwatch_logs
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "logstash-mixin-aws":
  In snapshot (Gemfile.lock):
    logstash-mixin-aws (= 4.2.4)

  In Gemfile:
    logstash-mixin-aws (>= 0) java

    logstash-mixin-aws (>= 1.0.0) java

    logstash-mixin-aws (>= 1.0.0) java

    logstash-mixin-aws (>= 0) java

    logstash-mixin-aws (>= 1.0.0) java

    logstash-mixin-aws (>= 1.0.0) java

    logstash-input-cloudwatch_logs (= 1.0.3) java depends on
      logstash-mixin-aws (>= 4.3.0) java

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
BenoitHugonnard commented 5 years ago

Any news ?