logstash-input-mongodb icon indicating copy to clipboard operation
logstash-input-mongodb copied to clipboard

Could not fetch specs from https://rubygems.org/ HTTPError Installation Aborted

Open ShekharSahu opened this issue 9 years ago • 2 comments

I am using ELK stack on Windows, with logstash-2.2.0. When I try installing logstash-input-mongodb plugin using the following command in the terminal. logstash\bin>plugin install <path to logstash-input-mongodb-0.3.3.gem> I get the following error Validating D:\........\logstash-input-mongodb-0.3.3.gem Installing logstash-input-mongodb 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/

I am new to ELK. and haven't installed any plugin in the logstash before. Please help me install the mongo db input plugin.

ShekharSahu avatar Feb 04 '16 09:02 ShekharSahu

i aslo have this problem. Do you have resovled this problem??please tell me how

yp870520 avatar Feb 17 '17 07:02 yp870520

@ShekharSahu can you provide some more information like what version of ruby you're using, if installing other plugins works, etc...?

I assume you're replacing "" with the actual path? Also, you can simply replace that with logstash-input-mongodb to get the latest or you could add --version 0.3.3 to get that particular version.

phutchins avatar Feb 17 '17 12:02 phutchins