Hello,
I tried installing the logstash-filter-prune
plugin.
since I can't seem to reach the ruby site from the corporate network through logstash, i wanted to install it manually.
I downloaded the .gem
and tried /logstash-plugin.bat install /path/to/.gem
,
Validating C:/logstash/logstash-plugin-prune/logstash-filter-prune.gem
Installing logstash-filter-prune
Error Bundler::InstallError, retrying 1/10
An error occurred while installing logstash-core (5.4.2), and Bundler cannot continue.
Make sure thatgem install logstash-core -v '5.4.2'
succeeds before bundling.
why is it trying to install logstash-core?
any way around that?
thanks