elasticsearch/docs/reference/setup
Jason Tedor 0cd4863585
Introduce ES_JAVA_HOME (#68954)
This commit introduces a dedicated envirnoment variable ES_JAVA_HOME to
determine the JDK used to start (if not using the bundled JDK). This
environment variable will replace JAVA_HOME. The reason that we are
making this change is because JAVA_HOME is a common environment variable
and sometimes users have it set in their environment from other JDK
applications that they have installed on their system. In this case,
they would accidentally end up not using the bundled JDK despite their
intentions. By using a dedicated environment variable specific to
Elasticsearch, we avoid this potential for conflict. With this commit,
we introduce the new environment variable, and deprecate the use of
JAVA_HOME. We will remove support for JAVA_HOME in a future commit.
2021-02-17 12:41:23 -05:00
..
images
important-settings Expand and consolidate networking docs (#68051) 2021-02-01 13:06:20 +00:00
install Introduce ES_JAVA_HOME (#68954) 2021-02-17 12:41:23 -05:00
sysconfig
add-nodes.asciidoc
advanced-configuration.asciidoc
bootstrap-checks-xes.asciidoc Expand and consolidate networking docs (#68051) 2021-02-01 13:06:20 +00:00
bootstrap-checks.asciidoc Expand and consolidate networking docs (#68051) 2021-02-01 13:06:20 +00:00
configuration.asciidoc
important-settings.asciidoc
install.asciidoc
jvm-options.asciidoc
logging-config.asciidoc
restart-cluster.asciidoc
secure-settings.asciidoc
starting.asciidoc
stopping.asciidoc
sysconfig.asciidoc