You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use -windows-x86_64.tar.gz for Windows OS. The tar gz bundles with jdk and should be able to run with bin\logstash.bat
However, when I checkout source code, build and run locally in Windows, I can see the log hinting to JAVA_HOME, which need to be fixed.
$ bin\logstash
"Using system java: "C:\Program Files\Common Files\Oracle\Java\javapath\java.exe""
The system cannot find the path specified.
could not find java; set JAVA_HOME or ensure java is in PATH
Since v8.0.0, users should set the value of LS_JAVA_HOME to the path of their preferred JDK if they wish to use a version other than the bundled JDK. The value of JAVA_HOME will be ignored.
Logstash information:
Plugins installed:
Nothing
JVM (e.g.
java -version
):LS_JAVA_HOME
environment variable if set: not setOS version (
uname -a
if on a Unix-like system):Windows 10
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Provide logs (if relevant):
Using bundled JDK: xxxxx
could not find java; set JAVA_HOME or ensure java is in PATH
The text was updated successfully, but these errors were encountered: