logstash-plugins / logstash-input-redis

Apache License 2.0
31 stars 69 forks source link

Newer version do not show up via logstash-plugin install #74

Open sstarcher opened 5 years ago

sstarcher commented 5 years ago

logstash-plugin list --verbose logstash-input-redis logstash-input-redis (3.1.4)

I would expect 3.4.1 to show up as it's the latest

yaauie commented 5 years ago

It looks like the cause of this is a dependency mismatch. I'll attempt to chase it down shortly.

Notes for future-me:

When Logstash dependency manager attempts to install both logstash-output-redis and logstash-input-redis, the latest input that works is 3.1.4.

lifeofguenter commented 5 years ago

Related: https://github.com/logstash-plugins/logstash-input-redis/issues/76