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

v1.0.1 "Couldn't find any input plugin named 'redis'" #15

Closed
nxhack opened this issue Jul 27, 2015 · 9 comments
Closed

v1.0.1 "Couldn't find any input plugin named 'redis'" #15

nxhack opened this issue Jul 27, 2015 · 9 comments
Assignees

Comments

@nxhack
Copy link

nxhack commented Jul 27, 2015

logstash 1.5.3. When version up input-redis from 1.0.0 to 1.0.1, error occured.

{:timestamp=>"2015-07-27T09:03:31.372000+0900", :message=>"The error reported is: \n Couldn't find any input plugin named 'redis'. Are you sure this is correct? Trying to load the redis input plugin resulted in this error: NameError"}

Maybe the cause is...

+module Logstash module Inputs class Redis < LogStash::Inputs::Threadable
+# class LogStash::Inputs::Redis < LogStash::Inputs::Threadable

@nxhack
Copy link
Author

nxhack commented Jul 28, 2015

module Logstash module Inputs class Redis < LogStash::Inputs::Threadable
__________^
module LogStash

work fine.

@nxhack nxhack mentioned this issue Jul 29, 2015
@shaharmor
Copy link
Contributor

+100!

@suyograo
Copy link
Contributor

@nxhack thanks for this
@guyboertje how come our tests didn't catch this?

@suyograo
Copy link
Contributor

@nxhack does this work, did you test it?

@nxhack
Copy link
Author

nxhack commented Jul 30, 2015

@suyograo yes. it work fine in my logstash configs.

@suyograo
Copy link
Contributor

@nxhack ok, just tested this on 1.0.1. Its broken 👎 . #17 fixes it, will merge it in.

@suyograo
Copy link
Contributor

@nxhack @shaharmor Thanks for the spot. 1.0.2 has been published which fixes this.

@suyograo
Copy link
Contributor

Fixed via #17

@guyboertje
Copy link
Contributor

Humble apologies. The specs used the typo. I will fix the specs as well.

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

4 participants