Skip to content

Commit fd20370

Browse files
authored
[DOCS] Adds new installation package details (#29590)
1 parent a799939 commit fd20370

File tree

7 files changed

+42
-3
lines changed

7 files changed

+42
-3
lines changed

docs/reference/setup/install.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Elasticsearch on Windows. MSIs may be downloaded from the Elasticsearch website.
3838
`docker`::
3939

4040
Images are available for running Elasticsearch as Docker containers. They may be
41-
downloaded from the Elastic Docker Registry. The default image ships with
42-
{xpack-ref}/index.html[X-Pack] pre-installed.
41+
downloaded from the Elastic Docker Registry.
4342
+
4443
{ref}/docker.html[Install {es} with Docker]
4544

docs/reference/setup/install/deb.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
=== Install Elasticsearch with Debian Package
33

44
The Debian package for Elasticsearch can be <<install-deb,downloaded from our website>>
5-
or from our <<deb-repo,APT repository>>. It can be used to install
5+
or from our <<deb-repo,APT repository>>. It can be used to install
66
Elasticsearch on any Debian-based system such as Debian and Ubuntu.
77

8+
include::license.asciidoc[]
9+
810
The latest stable version of Elasticsearch can be found on the
911
link:/downloads/elasticsearch[Download Elasticsearch] page. Other versions can
1012
be found on the link:/downloads/past-releases[Past Releases page].
@@ -125,6 +127,10 @@ sudo dpkg -i elasticsearch-{version}.deb
125127
--------------------------------------------
126128
<1> Compares the SHA of the downloaded Debian package and the published checksum, which should output
127129
`elasticsearch-{version}.deb: OK`.
130+
131+
Alternatively, you can download the following package, which contains only
132+
features that are available under the Apache 2.0 license:
133+
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}.deb
128134

129135
endif::[]
130136

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This package is free to use under the Elastic license. It contains open source
2+
and free commercial features and access to paid commercial features.
3+
{stack-ov}/license-management.html[Start a 30-day trial] to try out all of the
4+
paid commercial features. See the
5+
https://www.elastic.co/subscriptions[Subscriptions] page for information about
6+
Elastic license levels.

docs/reference/setup/install/rpm.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and Oracle Enterprise.
99
NOTE: RPM install is not supported on distributions with old versions of RPM,
1010
such as SLES 11 and CentOS 5. Please see <<zip-targz>> instead.
1111

12+
include::license.asciidoc[]
13+
1214
The latest stable version of Elasticsearch can be found on the
1315
link:/downloads/elasticsearch[Download Elasticsearch] page. Other versions can
1416
be found on the link:/downloads/past-releases[Past Releases page].
@@ -110,6 +112,10 @@ sudo rpm --install elasticsearch-{version}.rpm
110112
--------------------------------------------
111113
<1> Compares the SHA of the downloaded RPM and the published checksum, which should output
112114
`elasticsearch-{version}.rpm: OK`.
115+
116+
Alternatively, you can download the following package, which contains only
117+
features that are available under the Apache 2.0 license:
118+
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}.rpm
113119

114120
endif::[]
115121

docs/reference/setup/install/windows.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ the included `elasticsearch.exe` executable.
1010
TIP: Elasticsearch has historically been installed on Windows using the <<zip-windows, .zip>> archive.
1111
You can continue using the `.zip` approach if you prefer.
1212

13+
include::license.asciidoc[]
14+
1315
The latest stable version of Elasticsearch can be found on the
1416
link:/downloads/elasticsearch[Download Elasticsearch] page.
1517
Other versions can be found on the
@@ -32,6 +34,10 @@ ifeval::["{release-state}"!="unreleased"]
3234

3335
Download the `.msi` package for Elasticsearch v{version} from https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}.msi
3436

37+
Alternatively, you can download the following package, which contains only
38+
features that are available under the Apache 2.0 license:
39+
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}.msi
40+
3541
endif::[]
3642

3743
[[install-msi-gui]]

docs/reference/setup/install/zip-targz.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Elasticsearch is provided as a `.zip` and as a `.tar.gz` package. These
55
packages can be used to install Elasticsearch on any system and are the
66
easiest package format to use when trying out Elasticsearch.
77

8+
include::license.asciidoc[]
9+
810
The latest stable version of Elasticsearch can be found on the
911
link:/downloads/elasticsearch[Download Elasticsearch] page.
1012
Other versions can be found on the
@@ -40,6 +42,10 @@ cd elasticsearch-{version}/ <2>
4042
`elasticsearch-{version}.zip: OK`.
4143
<2> This directory is known as `$ES_HOME`.
4244

45+
Alternatively, you can download the following package, which contains only
46+
features that are available under the Apache 2.0 license:
47+
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}.zip
48+
4349
endif::[]
4450

4551

@@ -68,6 +74,10 @@ cd elasticsearch-{version}/ <2>
6874
`elasticsearch-{version}.tar.gz: OK`.
6975
<2> This directory is known as `$ES_HOME`.
7076

77+
Alternatively, you can download the following package, which includes only
78+
Apache 2.0 licensed code:
79+
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}.tar.gz
80+
7181
endif::[]
7282

7383
ifdef::include-xpack[]

docs/reference/setup/install/zip-windows.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ TIP: Elasticsearch has historically been installed on Windows using the `.zip` a
99
An <<windows, MSI installer package>> is available that provides the easiest getting started
1010
experience for Windows. You can continue using the `.zip` approach if you prefer.
1111

12+
include::license.asciidoc[]
13+
1214
The latest stable version of Elasticsearch can be found on the
1315
link:/downloads/elasticsearch[Download Elasticsearch] page.
1416
Other versions can be found on the
@@ -31,6 +33,10 @@ ifeval::["{release-state}"!="unreleased"]
3133

3234
Download the `.zip` archive for Elasticsearch v{version} from: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}.zip
3335

36+
Alternatively, you can download the following package, which contains only
37+
features that are available under the Apache 2.0 license:
38+
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{version}.zip
39+
3440
Unzip it with your favourite unzip tool. This will create a folder called
3541
+elasticsearch-{version}+, which we will refer to as `%ES_HOME%`. In a terminal
3642
window, `cd` to the `%ES_HOME%` directory, for instance:

0 commit comments

Comments
 (0)