File tree 7 files changed +42
-3
lines changed
7 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ Elasticsearch on Windows. MSIs may be downloaded from the Elasticsearch website.
38
38
`docker`::
39
39
40
40
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.
43
42
+
44
43
{ref}/docker.html[Install {es} with Docker]
45
44
Original file line number Diff line number Diff line change 2
2
=== Install Elasticsearch with Debian Package
3
3
4
4
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
6
6
Elasticsearch on any Debian-based system such as Debian and Ubuntu.
7
7
8
+ include::license.asciidoc[]
9
+
8
10
The latest stable version of Elasticsearch can be found on the
9
11
link:/downloads/elasticsearch[Download Elasticsearch] page. Other versions can
10
12
be found on the link:/downloads/past-releases[Past Releases page].
@@ -125,6 +127,10 @@ sudo dpkg -i elasticsearch-{version}.deb
125
127
--------------------------------------------
126
128
<1> Compares the SHA of the downloaded Debian package and the published checksum, which should output
127
129
`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
128
134
129
135
endif::[]
130
136
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and Oracle Enterprise.
9
9
NOTE: RPM install is not supported on distributions with old versions of RPM,
10
10
such as SLES 11 and CentOS 5. Please see <<zip-targz>> instead.
11
11
12
+ include::license.asciidoc[]
13
+
12
14
The latest stable version of Elasticsearch can be found on the
13
15
link:/downloads/elasticsearch[Download Elasticsearch] page. Other versions can
14
16
be found on the link:/downloads/past-releases[Past Releases page].
@@ -110,6 +112,10 @@ sudo rpm --install elasticsearch-{version}.rpm
110
112
--------------------------------------------
111
113
<1> Compares the SHA of the downloaded RPM and the published checksum, which should output
112
114
`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
113
119
114
120
endif::[]
115
121
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ the included `elasticsearch.exe` executable.
10
10
TIP: Elasticsearch has historically been installed on Windows using the <<zip-windows, .zip>> archive.
11
11
You can continue using the `.zip` approach if you prefer.
12
12
13
+ include::license.asciidoc[]
14
+
13
15
The latest stable version of Elasticsearch can be found on the
14
16
link:/downloads/elasticsearch[Download Elasticsearch] page.
15
17
Other versions can be found on the
@@ -32,6 +34,10 @@ ifeval::["{release-state}"!="unreleased"]
32
34
33
35
Download the `.msi` package for Elasticsearch v{version} from https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}.msi
34
36
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
+
35
41
endif::[]
36
42
37
43
[[install-msi-gui]]
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Elasticsearch is provided as a `.zip` and as a `.tar.gz` package. These
5
5
packages can be used to install Elasticsearch on any system and are the
6
6
easiest package format to use when trying out Elasticsearch.
7
7
8
+ include::license.asciidoc[]
9
+
8
10
The latest stable version of Elasticsearch can be found on the
9
11
link:/downloads/elasticsearch[Download Elasticsearch] page.
10
12
Other versions can be found on the
@@ -40,6 +42,10 @@ cd elasticsearch-{version}/ <2>
40
42
`elasticsearch-{version}.zip: OK`.
41
43
<2> This directory is known as `$ES_HOME`.
42
44
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
+
43
49
endif::[]
44
50
45
51
@@ -68,6 +74,10 @@ cd elasticsearch-{version}/ <2>
68
74
`elasticsearch-{version}.tar.gz: OK`.
69
75
<2> This directory is known as `$ES_HOME`.
70
76
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
+
71
81
endif::[]
72
82
73
83
ifdef::include-xpack[]
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ TIP: Elasticsearch has historically been installed on Windows using the `.zip` a
9
9
An <<windows, MSI installer package>> is available that provides the easiest getting started
10
10
experience for Windows. You can continue using the `.zip` approach if you prefer.
11
11
12
+ include::license.asciidoc[]
13
+
12
14
The latest stable version of Elasticsearch can be found on the
13
15
link:/downloads/elasticsearch[Download Elasticsearch] page.
14
16
Other versions can be found on the
@@ -31,6 +33,10 @@ ifeval::["{release-state}"!="unreleased"]
31
33
32
34
Download the `.zip` archive for Elasticsearch v{version} from: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{version}.zip
33
35
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
+
34
40
Unzip it with your favourite unzip tool. This will create a folder called
35
41
+elasticsearch-{version}+, which we will refer to as `%ES_HOME%`. In a terminal
36
42
window, `cd` to the `%ES_HOME%` directory, for instance:
You can’t perform that action at this time.
0 commit comments