elasticsearch/docs/reference/migration/migrate_8_0/system-req-changes.asciidoc
James Rodewig 5061c460e6
[DOCS] Remove unneeded breaking changes files (#80729)
Removes some unneeded files related to the previous organization of breaking changes.

Relates to #79162 and https://github.com/elastic/stack-docs/pull/1877
2021-11-15 17:24:58 -05:00

64 lines
No EOL
1.7 KiB
Text

[discrete]
[[breaking_80_system_req_changes]]
==== System requirement changes
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
//tag::notable-breaking-changes[]
TIP: {ess-skip-section}
.Several EOL operating systems are no longer supported.
[%collapsible]
====
*Details* +
The following operating systems have reached their end of life and are no longer
supported by {es}:
* Amazon Linux
* CentOS 6
* Debian 8
* openSUSE Leap 42
* Oracle Enterprise Linux 6
* Ubuntu 16.04
We've also removed support for `SysV init`. No supported operating systems use
the `SysV init` process.
*Details* +
Ensure your nodes use a
https://www.elastic.co/support/matrix#matrix_os[supported operating system].
Running {es} on an unsupported operating system can result in unexpected errors
or failures.
====
.Java 17 is required.
[%collapsible]
====
*Details* +
Java 17 or higher is now required to run {es} and any of its command
line tools.
*Impact* +
Use Java 17 or higher. Attempts to run {es} 8.0 using earlier Java versions will
fail.
There is not yet a FIPS-certified security module for Java 17
that you can use when running {es} 8.0 in FIPS 140-2 mode.
If you run in FIPS 140-2 mode, you will either need to request an exception
from your security organization to upgrade to {es} 8.0,
or remain on {es} 7.x until Java 17 is certified.
====
.`JAVA_HOME` is no longer supported.
[%collapsible]
====
*Details* +
`JAVA_HOME` is no longer supported to set the path for the JDK. Instead, use
the bundled JDK (preferable), or set `ES_JAVA_HOME`.
*Impact* +
Use the bundled JDK (preferable), or set `ES_JAVA_HOME`. `JAVA_HOME` will be
ignored.
====
//end::notable-breaking-changes[]