Hi Elastic,
I downloaded tar.gz for logstash from https://www.elastic.co/downloads/logstash.
When i copy the tar to my server, i extract it, created a conf file.
I try to run using ./logstash -f logstash.conf to start logstash, and it prompt this error
Unable to find JRuby.
If you are a user, this is a bug.
If you are a developer, please run 'rake bootstrap'. Running 'rake' requires the 'ruby' program be available.
I already set JAVA home and able to echo the java home. Any steps i missing ? I am trying to run logstash.
Thanks.