2016-04-03 22:09:24 +08:00
|
|
|
[[install-elasticsearch]]
|
|
|
|
== Installing Elasticsearch
|
|
|
|
|
2020-07-23 23:48:22 +08:00
|
|
|
[discrete]
|
2018-07-13 21:40:38 +08:00
|
|
|
=== Hosted Elasticsearch
|
2018-07-17 03:47:57 +08:00
|
|
|
|
2021-09-17 00:04:04 +08:00
|
|
|
{ess-leadin}
|
2018-07-12 02:17:05 +08:00
|
|
|
|
2020-07-23 23:48:22 +08:00
|
|
|
[discrete]
|
2018-07-13 21:40:38 +08:00
|
|
|
=== Installing Elasticsearch Yourself
|
|
|
|
|
2016-04-03 22:09:24 +08:00
|
|
|
Elasticsearch is provided in the following package formats:
|
|
|
|
|
|
|
|
[horizontal]
|
2019-03-29 21:04:46 +08:00
|
|
|
Linux and MacOS `tar.gz` archives::
|
2016-04-03 22:09:24 +08:00
|
|
|
|
2019-03-29 21:04:46 +08:00
|
|
|
The `tar.gz` archives are available for installation on any Linux distribution and MacOS.
|
2016-04-03 22:09:24 +08:00
|
|
|
+
|
2019-03-29 21:04:46 +08:00
|
|
|
<<targz>>
|
|
|
|
|
|
|
|
Windows `.zip` archive::
|
|
|
|
|
|
|
|
The `zip` archive is suitable for installation on Windows.
|
|
|
|
+
|
|
|
|
<<zip-windows>>
|
2016-04-03 22:09:24 +08:00
|
|
|
|
|
|
|
`deb`::
|
|
|
|
|
|
|
|
The `deb` package is suitable for Debian, Ubuntu, and other Debian-based
|
2021-03-31 21:57:47 +08:00
|
|
|
systems. Debian packages may be downloaded from the Elasticsearch website or
|
2016-04-03 22:09:24 +08:00
|
|
|
from our Debian repository.
|
|
|
|
+
|
|
|
|
<<deb>>
|
|
|
|
|
|
|
|
`rpm`::
|
|
|
|
|
|
|
|
The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
|
2021-03-31 21:57:47 +08:00
|
|
|
OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
|
2016-04-03 22:09:24 +08:00
|
|
|
Elasticsearch website or from our RPM repository.
|
|
|
|
+
|
|
|
|
<<rpm>>
|
|
|
|
|
2016-11-17 21:06:32 +08:00
|
|
|
`docker`::
|
|
|
|
|
2017-11-01 11:24:30 +08:00
|
|
|
Images are available for running Elasticsearch as Docker containers. They may be
|
2018-07-12 02:17:05 +08:00
|
|
|
downloaded from the Elastic Docker Registry.
|
2016-11-17 21:06:32 +08:00
|
|
|
+
|
2017-11-11 04:08:16 +08:00
|
|
|
{ref}/docker.html[Install {es} with Docker]
|
2016-11-17 21:06:32 +08:00
|
|
|
|
2019-03-29 21:04:46 +08:00
|
|
|
include::install/targz.asciidoc[]
|
2016-04-03 22:09:24 +08:00
|
|
|
|
2017-06-19 12:52:47 +08:00
|
|
|
include::install/zip-windows.asciidoc[]
|
|
|
|
|
2016-04-03 22:09:24 +08:00
|
|
|
include::install/deb.asciidoc[]
|
|
|
|
|
|
|
|
include::install/rpm.asciidoc[]
|
|
|
|
|
2018-06-07 05:46:20 +08:00
|
|
|
include::install/docker.asciidoc[]
|