Hi,
I am trying to install plugin for logstash.
But whenever I execute .\logstash-plugin list
to see a list of available plugins. I keep getting bad uri error
Using JAVA_HOME defined java: C:\Program Files\Java\jdk-14.0.1
WARNING, using JAVA_HOME while Logstash distribution comes with a bundled JDK
2021-06-22T11:03:27.222+10:00 [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist' to enable.
URI::InvalidURIError: bad URI(is not URI?): http://corporateproxy:80
split at C:/ELK/logstash-7.12.1/vendor/jruby/lib/ruby/stdlib/uri/rfc3986_parser.rb:67
parse at C:/ELK/logstash-7.12.1/vendor/jruby/lib/ruby/stdlib/uri/rfc3986_parser.rb:73
parse at C:/ELK/logstash-7.12.1/vendor/jruby/lib/ruby/stdlib/uri/common.rb:237
parse_proxy_string at C:/ELK/logstash-7.12.1/lib/pluginmanager/proxy_support.rb:74
configure_proxy at C:/ELK/logstash-7.12.1/lib/pluginmanager/proxy_support.rb:94
<main> at C:\ELK\logstash-7.12.1\lib\pluginmanager\main.rb:42
How can I resolve this issue.
I am on Windows 10 machine. I have already configured my environment variable with HTTP_PROXY and HTTPS_PROXY value
Thanks