what I'm facing that I've downloaded logstash.zip, I've unzipped it to C drive
I've Elastic search and Kibana running on my machine but when I'm executing the following command on cmd
Hello,
==> 1. Make sure you have java version 1.8+.
2.check in command prompt java -version
3. Make sure logstash.conf is a CONF file
4.keep in logstash.conf file
Ex;
input{stdin{}}output{stdout{}}
5. In command prompt,
cd logstash-6.3.0
bin\logstash -f logstash.conf
C:\logstash-6.3.0\bin>if not exist "C:\logstash-6.3.0\vendor\jruby\bin\jruby" ( echo "C:\logstash-6.3.0\vendor\jruby\bin\jruby" echo "could not find jruby in C:\logstash-6.3.0\vendor\jruby" 1>&2 rem exit /b 1 )
while I've took the pathC:\logstash-6.3.0\vendor\jruby\bin\jruby
it exist and accessable
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.