Offline install of logstash-output-influxdb fails

Hi, trying to install the influxdb plugin offline after doing the prepare offline pack on a online machine, but it still tries to go online when installing (trying to verify..) I've created an issue on the plugin itself but not sure if this is an plugin error or logstash error.
(logstash v 6.2.3)

sudo /usr/share/logstash/bin/logstash-plugin install influx-plugin.zip --no-verify --local
Validating influx-plugin.zip
Unable to download data from https://rubygems.org - SocketError: Failed to open TCP connection to rubygems.org:443 (initialize: name or service not known) (https://rubygems.org/latest_specs.4.8.gz)
ERROR: Installation aborted, verification failed for influx-plugin.zip

(I guess the flags have no effect on this logstash version but tried with and without.. no luck)

I think you missed specifying the file:// extension before the zip file. Should be as follows:

bin/logstash-plugin install file:///path/to/plugin.zip

oh.. embarrassed.. that worked :joy:

Happens with us all :smiley:

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