Hi folks,
I´m trying to install a plugin with logstash-plugin as folow:
sudo /usr/share/logstash/bin/logstash-plugin install --no-verify logstash-filter-prune
ERROR: Something went wrong when installing logstash-filter-prune, message: certificate verify failed
I googled for some solutions but didn't get it.
The link below gives some tips but I don't know if it's my case.
Logstash 6.0.0
CentOS v7
After many trials I setup proxy in the /usr/share/logstash/vendor/jruby/lib/ruby/stdlib/net/http.rb
[Modified] line 627 of 1598 --39%-- col 43
else
http.proxy_address = "172.16.230.100"
http.proxy_port = 3128
http.proxy_user = "f010...."
http.proxy_pass = "******"
end
But it only saved me from setting up proxy in environment. It didn't solve the "certificate" problem.
Tried to install plugin from local with
/usr/share/logstash/bin/logstash-plugin install /home/portoseguro/Downloads/logstash-filter-prune-2.0.2.gem
, but no success.
Would someone help me please?
Thanks