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
Logstash launch shell scripts uses the JAVA_HOME to identify a JDK configured by the user, that environment variable could be too generic and Logstash should have a dedicated LS_JAVA_HOME.
This issue tracks the task to do in order to manage this transition.
Logstash launch shell scripts uses the
JAVA_HOME
to identify a JDK configured by the user, that environment variable could be too generic and Logstash should have a dedicatedLS_JAVA_HOME
.This issue tracks the task to do in order to manage this transition.
LS_JAVA_HOME
giving precedence on this over the standardJAVA_HOME
Introduce LS_JAVA_HOME environment variable #13204JAVA_HOME
on7.x
(but allow it to be used) Deprecate JAVA_HOME preferring LS_JAVA_HOME #132077.x
(Deprecate JAVA_HOME preferring LS_JAVA_HOME #13207 and Introduce LS_JAVA_HOME environment variable #13204) [backport 7.x] Use LS_JAVA_HOME in favor of JAVA_HOME #12725 #13213JAVA_HOME
variable from scripts for version8.0
Removed JAVA_HOME using only LS_JAVA_HOME #13214The text was updated successfully, but these errors were encountered: