Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sstarcher opened this issue Jun 14, 2019 · 2 comments
Open

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

sstarcher opened this issue Jun 14, 2019 · 2 comments

Comments

@sstarcher
Copy link

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
Copy link
Contributor

yaauie commented Jul 30, 2019

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

Notes for future-me:

  • logstash-output-redis specifies `'redis', '~> 4'
  • logstash-input-redis <= 3.1.4 accept any redis
  • logstash-input-redis >= 3.1.5 require redis ~> 3

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
Copy link

Related: #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants