I'm trying to install x-pack offline for v.5.6.8 and ran into the following error
C:\ELK\logstash-5.6.8\bin>logstash-plugin install --no-verify c:/ELK/x-pack-5.6.8.zip
Installing c:/ELK/x-pack-5.6.8.zip
Error Bundler::HTTPError, retrying 1/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 2/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 3/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 4/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 5/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 6/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 7/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 8/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 9/10
Could not fetch specs from https://rubygems.org/
Error Bundler::HTTPError, retrying 10/10
Could not fetch specs from https://rubygems.org/
Too many retries, aborting, caused by Bundler::HTTPError
ERROR: Installation Aborted, message: Could not fetch specs from https://rubygems.org/
Should the installation process be completely offline? I don't think it has anything to do with the file path syntax, which I also notice that it behaves differently for ES/Kibana/Logstash offline plugin installation.
For instance, using file:///
doesn't work as suggested in Offline install x-pack on windows fails v5.3.0
C:\ELK\logstash-5.6.8\bin>logstash-plugin install --no-verify file:///c:/ELK/x-pack-5.6.8.zip
Installing file: /c:/ELK/x-pack-5.6.8.zip
ERROR: An error occured when installing the: file:///c:/ELK/x-pack-5.6.8.zip, to have more information about the error add a DEBUG=1 before running the command., message: Could not find gem 'C:/ELK/x-
pack-5.6.8.zip (>= 0) java' in any of the gem sources listed in your Gemfile or installed on this machine.