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)