Closed jonathortense closed 7 years ago
Erm... Thanks for letting me know... I don't see why that would be unless I've really fucked something up. I'll try and find the time to figure out why thats happened later...
Best suggestion I've got is to download the gem from https://rubygems.org/downloads/logstash-output-jdbc-0.3.2-java.gem
, and then run bin/logstash-plugin install path/to/logstash-output-jdbc-0.3.2-java.gem
. Pretty sure that still works, but I've not tried it for a long time.
Wow.. thanks for the quick reply.
I worked around this problem with: bin/logstash-plugin install --version 0.3.2 logstash-output-jdbc
It also works!
Thank you.
Sorry it was broken in the first place, but thank you very very much for reporting it! 👍
I'm trying to install this plugin for logstash 2.4
When I run:
bin/logstash-plugin install logstash-output-jdbc
, it seems that it is installing from branch master. And I receive this error:How can I install this plugin using branch v2.x?
Thank you.