-
Notifications
You must be signed in to change notification settings - Fork 76
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
Install influxdb output plugin offline on logstash system #68
Comments
I haven't tested this myself but I would assume that you can just download the gem file from rubygems and then instead of running
you would do
|
I have tried with .gem file for other plugins.. the problem again these .gem files will go through internet access to install the dependencies. Not 100% offline like .zip file available for x-pack or s3-repositor from ES. |
Good point. I haven't thought of those. Well, I am sorry, I am not aware of another mechanism for installation but maybe somebody else has an idea? |
@jayannah You should follow the instructions in logstash documentation: https://www.elastic.co/guide/en/logstash/current/offline-plugins.html Basically, you need to install the plugin on one machine using the "normal" way (through the internet) like |
The offline method does not work with this plugin for some reason, it still tries to go online and do verification, the --no-verify flag does do any good either (tried on logstash-6.2.3)
|
Hi, I'm sorry for not updating, it was my bad, I forgot to use the full local path when installing. Can be closed. |
logstash - 5.4.0
Is it possible to provide .zip file to install the influxdb output plugin offline? would like to install couple of plugins without going to internet and download during installation of logstash through automation.
hence if there is .zip file (like s3 repositor or x-pack plugin), it will be great place them in local repository and install offline during installation of logstash .
The text was updated successfully, but these errors were encountered: