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 [DOCS] Intro for adding nodes (#37202) 2019-01-15 11:11:01 -08:00
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 [DOCS] Clarify memlock settings in /etc/security/limits.conf (#66694) 2021-01-05 09:02:40 -05:00
add-nodes.asciidoc Remove join timeout (#60873) 2020-08-10 13:57:54 +01:00
advanced-configuration.asciidoc Update heap setting documentation in light of machine dependent heap (#66567) 2020-12-18 11:14:56 -08:00
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 [DOCS] Document discovery.seed_hosts only supports YAML sequences and arrays (#63746) 2020-10-15 16:28:35 -04:00
important-settings.asciidoc [DOCS] Fix outdated heap references (#66646) 2020-12-21 14:01:12 -05:00
install.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
jvm-options.asciidoc [DOCS] Fix outdated heap references (#66646) 2020-12-21 14:01:12 -05:00
logging-config.asciidoc Align JSON logs better with ECS (#67266) 2021-01-25 10:43:37 +00:00
restart-cluster.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
secure-settings.asciidoc Ensure CI is run in FIPS 140 approved only mode (#64024) 2020-12-23 21:00:49 +02:00
starting.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
stopping.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
sysconfig.asciidoc Suggest reducing tcp_retries2 (#59222) 2020-07-27 11:39:44 +01:00