-
Notifications
You must be signed in to change notification settings - Fork 70
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
Comments
module Logstash module Inputs class Redis < LogStash::Inputs::Threadable work fine. |
+100! |
@nxhack thanks for this |
@nxhack does this work, did you test it? |
@suyograo yes. it work fine in my logstash configs. |
@nxhack @shaharmor Thanks for the spot. 1.0.2 has been published which fixes this. |
Fixed via #17 |
Humble apologies. The specs used the typo. I will fix the specs as well. |
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
The text was updated successfully, but these errors were encountered: