Closed kamilczerw closed 8 years ago
same problem for me, is this plugin working for someone? (so we could try to find root cause)
Maybe it is connected to heroku version? Because when I changed namespace from
require "heroku"
to require "heroku/client"
in https://github.com/logstash-plugins/logstash-input-heroku/blob/master/lib/logstash/inputs/heroku.rb
everything works fine.
yes, you are correct, this fixes the issue for me too
Can this be tagged and released because I'm getting this error in v 2.0.4
Hello I’m trying to run logstash with heroic input, but it doesn’t work. I tried everything and all the time I get error:
I’m logged in on heroku, I have java 8, I tried java 7 but the same error.