mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
After 7.16.2, we'll no longer produce Windows MSI installer packages for Elasticsearch. These packages were previously released in beta and didn't receive widespread adoption. ### Changes: * Adds a related 7.17 breaking change. * Adds a related 7.16 deprecation. * Removes the MSI installation instructions. * Removes references to the MSI installer. I plan to port the applicable changes to 8.1 (main), 8.0, 7.17, and 7.16. In the 7.16 ports, I'll leave in the MSI install docs and add related deprecation notes to them instead.
67 lines
1.4 KiB
Text
67 lines
1.4 KiB
Text
[[install-elasticsearch]]
|
|
== Installing Elasticsearch
|
|
|
|
[discrete]
|
|
=== Hosted Elasticsearch
|
|
|
|
{ess-leadin}
|
|
|
|
[discrete]
|
|
=== Installing Elasticsearch Yourself
|
|
|
|
Elasticsearch is provided in the following package formats:
|
|
|
|
[horizontal]
|
|
Linux and MacOS `tar.gz` archives::
|
|
|
|
The `tar.gz` archives are available for installation on any Linux distribution and MacOS.
|
|
+
|
|
<<targz>>
|
|
|
|
Windows `.zip` archive::
|
|
|
|
The `zip` archive is suitable for installation on Windows.
|
|
+
|
|
<<zip-windows>>
|
|
|
|
`deb`::
|
|
|
|
The `deb` package is suitable for Debian, Ubuntu, and other Debian-based
|
|
systems. Debian packages may be downloaded from the Elasticsearch website or
|
|
from our Debian repository.
|
|
+
|
|
<<deb>>
|
|
|
|
`rpm`::
|
|
|
|
The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
|
|
OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
|
|
Elasticsearch website or from our RPM repository.
|
|
+
|
|
<<rpm>>
|
|
|
|
`docker`::
|
|
|
|
Images are available for running Elasticsearch as Docker containers. They may be
|
|
downloaded from the Elastic Docker Registry.
|
|
+
|
|
{ref}/docker.html[Install {es} with Docker]
|
|
|
|
`brew`::
|
|
|
|
Formulae are available from the Elastic Homebrew tap for installing
|
|
{es} on macOS with the Homebrew package manager.
|
|
+
|
|
{ref}/brew.html[Install {es} on macOS with Homebrew]
|
|
|
|
include::install/targz.asciidoc[]
|
|
|
|
include::install/zip-windows.asciidoc[]
|
|
|
|
include::install/deb.asciidoc[]
|
|
|
|
include::install/rpm.asciidoc[]
|
|
|
|
include::install/docker.asciidoc[]
|
|
|
|
include::install/brew.asciidoc[]
|