Is Ruby prerequisite to install Logstash with extra plugins?

Hi All,

Logstash[5.4.0]
Java [ 1.8.0_92]

Is Ruby prerequisite to install Logstash with extra plugins?

I am trying to install plugins using below commands

/usr/share/logstash>  ./bin/logstash-plugin install logstash-output-email logstash-output-hipchat

Validating logstash-output-email
Validating logstash-output-hipchat
Installing logstash-output-email, logstash-output-hipchat
Error Bundler::InstallError, retrying 1/10
An error occurred while installing httparty (0.15.5), and Bundler cannot continue.
Make sure that `gem install httparty -v '0.15.5'` succeeds before bundling.
WARNING: SSLSocket#session= is not supported
Error Bundler::InstallError, retrying 2/10
An error occurred while installing httparty (0.15.5), and Bundler cannot continue.
Make sure that `gem install httparty -v '0.15.5'` succeeds before bundling.
WARNING: SSLSocket#session= is not supported

Here is another instance.

/usr/share/logstash # ./bin/logstash-plugin install logstash-input-jms
Validating logstash-input-jms
Installing logstash-input-jms
Error Bundler::InstallError, retrying 1/10
An error occurred while installing httparty (0.15.5), and Bundler cannot continue.
Make sure that `gem install httparty -v '0.15.5'` succeeds before bundling.
WARNING: SSLSocket#session= is not supported

Am I missing any documentation... Please help.

thanks in advance, dp.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.