Hi,
I am new to ELK stack. I downloaded logstash, elasticsearch and kibana 6.2.1 versions. I am successful in installing elasticsearch and kibana in windows 10. But while installing logstash i am getting error.
I executed this command in windows command prompt to test logstash installation. (Taken from logstash doc).
C:\ELK STACK\logstash-6.2.1\logstash-6.2.1\bin>logstash -e 'input { stdin { } } output { stdout {} }'
I got below error.
See: 'bin/logstash --help'
[ERROR] 2018-02-16 23:02:56.281 [main] Logstash - java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (SystemExit) exit
In logstash logs also i got same message.
Logstash logs message:
[2018-02-14T22:35:54,351][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (SystemExit) exit
I am using java8. Could any one please help me to resolve this issue.
Thanks