2016-04-03 22:09:24 +08:00
|
|
|
|
[[install-elasticsearch]]
|
|
|
|
|
== Installing Elasticsearch
|
|
|
|
|
|
2020-07-23 23:48:22 +08:00
|
|
|
|
[discrete]
|
2022-06-23 08:15:27 +08:00
|
|
|
|
[[hosted-elasticsearch-service]]
|
|
|
|
|
=== Hosted Elasticsearch Service
|
2018-07-17 03:47:57 +08:00
|
|
|
|
|
2022-06-23 08:15:27 +08:00
|
|
|
|
{ecloud} offers all of the features of {es}, {kib}, and Elastic’s {observability}, {ents}, and {elastic-sec} solutions as a hosted service
|
|
|
|
|
available on AWS, GCP, and Azure.
|
|
|
|
|
|
|
|
|
|
To set up Elasticsearch in {ecloud}, sign up for a {ess-trial}[free {ecloud} trial].
|
|
|
|
|
|
|
|
|
|
[discrete]
|
|
|
|
|
[[elasticsearch-deployment-options]]
|
|
|
|
|
=== Self-managed {es} options
|
|
|
|
|
|
|
|
|
|
If you want to install and manage {es} yourself, you can:
|
|
|
|
|
|
|
|
|
|
* Run {es} on any Linux, MacOS, or Windows machine.
|
|
|
|
|
* Run {es} in a <<docker, Docker container>>.
|
|
|
|
|
* Set up and manage {es}, {kib}, {agent}, and the rest of the Elastic Stack on Kubernetes with {eck-ref}[{eck}].
|
2018-07-12 02:17:05 +08:00
|
|
|
|
|
2020-07-23 23:48:22 +08:00
|
|
|
|
[discrete]
|
2022-06-23 08:15:27 +08:00
|
|
|
|
[[elasticsearch-install-packages]]
|
|
|
|
|
=== Elasticsearch install packages
|
2018-07-13 21:40:38 +08:00
|
|
|
|
|
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[]
|