Hi All,
I downloaded the logstash file and created the config file and I am trying to start the logstash with the command "logstash -f simple-config.conf" after navigating to bin folder in logstash. But I am getting error "error: jvm options parser failed; exiting" while starting the logstash.
Detailed error below*
Desktop\ELK\logstash-7.13.0\bin>logstash -f simple-config.conf
Using JAVA_HOME defined java: C:\Program Files\Java\jdk1.8.0_291
WARNING, using JAVA_HOME while Logstash distribution comes with a bundled JDK
"error: jvm options parser failed; exiting"
End of Error***
I have Java 8 installed in my laptop and JAVA_HOME is already set with the latest JDK information.
Can anyone suggest what could be issue?
Thanks in Advance!!