-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./plugin install --local --no-verify still connects to the internet during offline install #4521
Comments
Thanks a lot for your report, I tried to reproduce your error, would be nice to get more details as I was not able to:
from a machine without internet, could you please share a bit more about your system? java version? package used? |
related bug reported as comment at #4189 (comment) |
Thanks @purbon. java version "1.8.0_31" Try again with the full path to the gem file. Ex.
|
@robgil using the full path will make the system think you have the gem build and try to install it from this file. Off line installation does not fetch gems directly like this, the behaviour is intended to work as like
|
I have the same issue: Logstash version: |
@purbon So if I do --local, how do I specify the gem location if I refer to it with "logstash-output-s3"? |
Have the same problem here when trying to install offline
and then
Any workarounds or ETA? |
Same issue. Java version: java version "1.8.0_40"
|
Same issue with 2.4.0
|
The pack/unpack command are now deprecated and will be replaced with prepare-offline-pack from #6404 which will be available in logstash 5.2. |
logstash 2.1.1-1
centos 6
I created a pack on another host that had the plugins installed via the typical ./plugin install method to the internet. On the second host, I did a ./plugin unpack .tar.gz
Plugin does install, but the retries and final error will cause issues when packaging.
The text was updated successfully, but these errors were encountered: