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

Comments

Projects
None yet
4 participants
@nxhack

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

This comment has been minimized.

Show comment
Hide comment
@nxhack

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
__________^
module LogStash

work fine.

@nxhack nxhack referenced this issue Jul 29, 2015

Closed

fix typo #16

@shaharmor

This comment has been minimized.

Show comment
Hide comment
@shaharmor

shaharmor Jul 30, 2015

Contributor

+100!

Contributor

shaharmor commented Jul 30, 2015

+100!

@suyograo

This comment has been minimized.

Show comment
Hide comment
@suyograo

suyograo Jul 30, 2015

Contributor

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

Contributor

suyograo commented Jul 30, 2015

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

@suyograo

This comment has been minimized.

Show comment
Hide comment
@suyograo

suyograo Jul 30, 2015

Contributor

@nxhack does this work, did you test it?

Contributor

suyograo commented Jul 30, 2015

@nxhack does this work, did you test it?

@nxhack

This comment has been minimized.

Show comment
Hide comment
@nxhack

nxhack Jul 30, 2015

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

nxhack commented Jul 30, 2015

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

@suyograo

This comment has been minimized.

Show comment
Hide comment
@suyograo

suyograo Jul 30, 2015

Contributor

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

Contributor

suyograo commented Jul 30, 2015

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

@suyograo

This comment has been minimized.

Show comment
Hide comment
@suyograo

suyograo Jul 30, 2015

Contributor

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

Contributor

suyograo commented Jul 30, 2015

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

@suyograo

This comment has been minimized.

Show comment
Hide comment
@suyograo

suyograo Jul 30, 2015

Contributor

Fixed via #17

Contributor

suyograo commented Jul 30, 2015

Fixed via #17

@suyograo suyograo closed this Jul 30, 2015

@guyboertje

This comment has been minimized.

Show comment
Hide comment
@guyboertje

guyboertje Jul 30, 2015

Contributor

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

Contributor

guyboertje commented Jul 30, 2015

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