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
This commit changes the note in docs about required java version to note
the existence of the bundled jdk and how to bring your own java. It also
reorganizes the zip/targz docs as zip is no longer suitable on
Linux/MacOS.
Copy file name to clipboardExpand all lines: docs/reference/getting-started.asciidoc
+13-14
Original file line number
Diff line number
Diff line change
@@ -114,34 +114,33 @@ https://www.elastic.co/cloud/elasticsearch-service/signup[Try out the
114
114
Elasticsearch Service for free].
115
115
==============
116
116
117
-
Elasticsearch requires at least Java 8. Specifically as of this writing, it is recommended that you use the Oracle JDK version {jdk}. Java installation varies from platform to platform so we won't go into those details here. Oracle's recommended installation documentation can be found on http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html[Oracle's website]. Suffice to say, before you install Elasticsearch, please check your Java version first by running (and then install/upgrade accordingly if needed):
117
+
NOTE: Elasticsearch includes a bundled version of http://openjdk.java.net[OpenJDK]
118
+
from the JDK maintainers (GPLv2+CE). To use your own version of Java,
Once we have Java set up, we can then download and run Elasticsearch. The binaries are available from http://www.elastic.co/downloads[`www.elastic.co/downloads`] along with all the releases that have been made in the past. For each release, you have a choice among a `zip` or `tar` archive, a `DEB` or `RPM` package, or a Windows `MSI` installation package.
121
+
The binaries are available from http://www.elastic.co/downloads[`www.elastic.co/downloads`]
122
+
along with all the releases that have been made in the past. For each release, platform
123
+
dependent archive versions are available for Windows, Linux and MacOS, as well as `DEB` and `RPM`
124
+
packages for Linux, and `MSI` installation packages for Windows.
126
125
127
126
[float]
128
-
=== Installation example with tar
127
+
=== Installation example on Linux
129
128
130
-
For simplicity, let's use the {ref}/zip-targz.html[tar] file.
129
+
For simplicity, let's use the {ref}/targz.html[tar] file.
131
130
132
-
Let's download the Elasticsearch {version} tar as follows:
131
+
Let's download the Elasticsearch {version} Linux tar as follows:
0 commit comments