Logstash-input-jdbc plugin

Hi All,
I am trying to install plugins required for Logstash on my Company's desktop(Windows) where the installation of plugins through command prompt is restricted. Just wanted to know how the plugins could be installed without the cmd.

The following is the output i get when i run plugin install logstash-input-jdbc for the jdbc plugin


Unable to download data from https://rubygems.org - SocketError: initialize: nam
e or service not known (https://rubygems.org/latest_specs.4.8.gz)
ERROR: Installation aborted, verification failed for logstash-input-jdbc

May I suggest you edit your post and move it to the Logstash category? Right now it's in the Logstash-forwarder category which probably isn't read by as many people.

You probably just want to download the "All Plugins" version - https://www.elastic.co/downloads/logstash

1 Like

Thanks for the reply !

I have downloaded the All Plugins version of logstash (Logstash-2.1.0) yet i'm facing problems in installing the plugin "jdbc" .
Please guide me how to install the plugin . Thanks in advance.

ERROR:
C:\logstash-2.1.0\bin>plugin install logstash-input-jdbc
**io/console not supported; tty will not be manipulate*d
Validating logstash-input-jdbc
Unable to download data from https://rubygems.org - certificate verify failed (h
ttps://rubygems.org/latest_specs.4.8.gz)
ERROR: Installation aborted, verification failed for logstash-input-jdbc

Same issue with log-courier plugin. You find any solution?

@DK_3

Hi, the plugin was installed after i set my proxies in my Environment Variables (HTTP_PROXY and HTTPS_PROXY) and in the install command i used --no--verify when the validation call did not go through the proxy. It worked :slightly_smiling: .

Command : bin/plugin install --no-verify logstash-plugin