Continuing the discussion from Query to access distinct fields from different documents:
I'm trying to install the logstash elapsed plugin on windows 7.
I ran the code C:\ELK\logstash-5.2.0\bin>logstash-plugin.bat install --no-verify logstash-filter-elapsed
and got the error :
Installing logstash-filter-elapsed
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/
I then downloaded the plugin from https://rubygems.org/gems/logstash-filter-elapsed/versions/4.0.0
I tried installing the plugin directly offline using the command:
C:\ELK\logstash-5.2.0\bin>logstash-plugin.bat install c:/logstash-filter-elapsed-4.0.0.gem
I again end up getting a different error:
Validating c:/logstash-filter-elapsed-4.0.0.gem
Installing logstash-filter-elapsed
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core-event-java (5.2.0), and Bundler cannot continue.
Make sure that `gem install logstash-core-event-java -v '5.2.0'` succeeds before bundling.
Error Bundler::InstallError, retrying 2/10
An error occurred while installing logstash-core-event-java (5.2.0), and Bundler cannot continue.
Make sure that `gem install logstash-core-event-java -v '5.2.0'` succeeds before bundling.