Hi,
I tried to install x-pack for logstash 6.0 using the command "logstash-plugin install x-pack" and I have the following errors:
⇒ ./logstash-plugin install x-pack
Java HotSpot(TM) 64-Bit Server VM warning: Option UseParNewGC was deprecated in version 9.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jruby.util.io.FilenoUtil to method sun.nio.ch.SelChImpl.getFD()
WARNING: Please consider reporting this to the maintainers of org.jruby.util.io.FilenoUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
LoadError: load error: jopenssl/load -- java.lang.StringIndexOutOfBoundsException: begin 0, end 3, length 1
require at org/jruby/RubyKernel.java:955
require at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59
<main> at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/openssl.rb:1
require at org/jruby/RubyKernel.java:955
(root) at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
<main> at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59
require at org/jruby/RubyKernel.java:955
(root) at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/security.rb:12
<main> at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
require at org/jruby/RubyKernel.java:955
require at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59
<main> at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/package.rb:44
require at org/jruby/RubyKernel.java:955
(root) at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
<main> at /home/cornoualis/ElasticStack6/logstash-6.0.0-rc1/vendor/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:59
Thanks in advance for your help!