Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upv1.0.1 "Couldn't find any input plugin named 'redis'" #15
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nxhack
Jul 28, 2015
module Logstash module Inputs class Redis < LogStash::Inputs::Threadable
__________^
module LogStash
work fine.
nxhack
commented
Jul 28, 2015
|
module Logstash module Inputs class Redis < LogStash::Inputs::Threadable work fine. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
+100! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
suyograo
Jul 30, 2015
Contributor
@nxhack thanks for this
@guyboertje how come our tests didn't catch this?
|
@nxhack thanks for this |
suyograo
assigned
guyboertje
Jul 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@nxhack does this work, did you test it? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nxhack
commented
Jul 30, 2015
|
@suyograo yes. it work fine in my logstash configs. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
suyograo
Jul 30, 2015
Contributor
@nxhack @shaharmor Thanks for the spot. 1.0.2 has been published which fixes this.
|
@nxhack @shaharmor Thanks for the spot. 1.0.2 has been published which fixes this. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Fixed via #17 |
suyograo
closed this
Jul 30, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
guyboertje
Jul 30, 2015
Contributor
Humble apologies. The specs used the typo. I will fix the specs as well.
|
Humble apologies. The specs used the typo. I will fix the specs as well. |
nxhack commentedJul 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