Skip to content
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

Can't install the plugin #31

Open
sitanxin opened this issue Nov 29, 2016 · 3 comments
Open

Can't install the plugin #31

sitanxin opened this issue Nov 29, 2016 · 3 comments

Comments

@sitanxin
Copy link

Is there any way we can install it off line?

$ ./logstash-plugin install --no-verify logstash-input-jmx
Installing logstash-input-jmx
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/

@sitanxin
Copy link
Author

We can't install it via gem way neither.
$ ls
CHANGELOG.md CONTRIBUTORS Gemfile lib LICENSE logstash-input-jmx.gemspec NOTICE.TXT Rakefile README.md spec

$ gem build logstash-input-jmx.gemspec
ERROR: While executing gem ... (NoMethodError)
undefined method `metadata=' for #Gem::Specification:0x7f88d5d928e8

@jordansissel
Copy link
Contributor

@sitanxin that gem build error seems more like a local problem with your version of ruby and is unrelated to your logstash problem.

Offline installation is something many users struggle with. @acchen97, can you help here? I don't know what settings (if any?) need to be set to do offline installation in this case.

@acchen97
Copy link

acchen97 commented Dec 6, 2016

@sitanxin there are known issues with the offline plugin install workflow today. With that in mind, you can still consult the offline plugins documentation for instructions. If you run into issues, please use this workaround here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants