How can I check ruby version using in Logstash

How can I check ruby version using in Logstash??

Logstash version is 6.2.3

I believe (based on this issue) that Logstash 6.x uses JRuby 9k.

Hi,

I guess that something like /usr/share/logstash/vendor/jruby/bin/jruby --version should help you (to adapt if you got custom home)

Regards,