OpenSearch/docs/reference/setup
Jason Tedor 540413b24a Also skip JAVA_TOOL_OPTIONS on Windows
On non-Windows platforms, we ignore the environment variable
JAVA_TOOL_OPTIONS (this is an environment variable that the JVM respects
by default for picking up extra JVM options). The primary reason that we
ignore this because of the Jayatana agent on Ubuntu; a secondary reason
is that it produces an annoying "Picked up JAVA_TOOL_OPTIONS: ..."
output message. When the elasticsearch-env batch script was introduced
for Windows, ignoring this environment variable was deliberately not
carried over as the primary reason does not apply on Windows. However,
after additional thinking, it seems that we should simply be consistent
to the extent possible here (and also avoid that annoying "Picked up
JAVA_TOOL_OPTIONS: ..." on Windows too). This commit causes the Windows
version of elasticsearch-env to also ignore JAVA_TOOL_OPTIONS.

Relates #25968
2017-07-31 21:27:42 +09:00
..
install Add compatibility versions to main action response (#25799) 2017-07-20 13:01:41 -07:00
sysconfig Also skip JAVA_TOOL_OPTIONS on Windows 2017-07-31 21:27:42 +09:00
bootstrap-checks.asciidoc Add max file size bootstrap check 2017-07-31 21:01:47 +09:00
cluster_restart.asciidoc Added upgrade docs explaining how to reindex in place or reindex from remote 2016-10-11 12:14:35 +02:00
configuration.asciidoc Reorganised setup docs into better order 2017-07-21 11:24:46 +02:00
important-settings.asciidoc Fix default port for unicast zen ping hosts 2017-01-11 17:10:56 -05:00
install.asciidoc Reorganised setup docs into better order 2017-07-21 11:24:46 +02:00
logging-config.asciidoc Reorganised setup docs into better order 2017-07-21 11:24:46 +02:00
reindex_upgrade.asciidoc Add note about retention periods to reindex-upgrade docs 2016-10-13 12:13:55 +02:00
rolling_upgrade.asciidoc Validate a joining node's version with version of existing cluster nodes (#25808) 2017-07-20 20:11:29 +02:00
secure-settings.asciidoc Reorganised setup docs into better order 2017-07-21 11:24:46 +02:00
stopping.asciidoc [DOC] Remove obsolete node names from documentation 2016-09-19 11:56:28 +02:00
sysconfig.asciidoc Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
upgrade.asciidoc Added upgrade docs explaining how to reindex in place or reindex from remote 2016-10-11 12:14:35 +02:00