2016-04-03 10:09:24 -04:00
|
|
|
[[install-elasticsearch]]
|
|
|
|
== Installing Elasticsearch
|
|
|
|
|
2018-07-13 09:40:38 -04:00
|
|
|
[float]
|
|
|
|
=== Hosted Elasticsearch
|
2018-07-16 15:47:57 -04:00
|
|
|
|
|
|
|
You can run Elasticsearch on your own hardware, or use our
|
|
|
|
https://www.elastic.co/cloud/elasticsearch-service[hosted Elasticsearch Service]
|
|
|
|
on Elastic Cloud. The Elasticsearch Service is available on both AWS and GCP.
|
|
|
|
https://www.elastic.co/cloud/elasticsearch-service/signup[Try out the
|
|
|
|
Elasticsearch Service for free].
|
2018-07-11 14:17:05 -04:00
|
|
|
|
2018-07-13 09:40:38 -04:00
|
|
|
[float]
|
|
|
|
=== Installing Elasticsearch Yourself
|
|
|
|
|
2016-04-03 10:09:24 -04:00
|
|
|
Elasticsearch is provided in the following package formats:
|
|
|
|
|
|
|
|
[horizontal]
|
2019-03-29 09:04:46 -04:00
|
|
|
Linux and MacOS `tar.gz` archives::
|
2016-04-03 10:09:24 -04:00
|
|
|
|
2019-03-29 09:04:46 -04:00
|
|
|
The `tar.gz` archives are available for installation on any Linux distribution and MacOS.
|
2016-04-03 10:09:24 -04:00
|
|
|
+
|
2019-03-29 09:04:46 -04:00
|
|
|
<<targz>>
|
|
|
|
|
|
|
|
Windows `.zip` archive::
|
|
|
|
|
|
|
|
The `zip` archive is suitable for installation on Windows.
|
|
|
|
+
|
|
|
|
<<zip-windows>>
|
2016-04-03 10:09:24 -04:00
|
|
|
|
|
|
|
`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>>
|
|
|
|
|
2017-06-19 00:52:47 -04:00
|
|
|
`msi`::
|
|
|
|
|
2019-04-30 16:02:59 -04:00
|
|
|
beta[] The `msi` package is suitable for installation on Windows 64-bit systems with at least
|
2017-07-21 05:24:27 -04:00
|
|
|
.NET 4.5 framework installed, and is the easiest choice for getting started with
|
2017-06-19 00:52:47 -04:00
|
|
|
Elasticsearch on Windows. MSIs may be downloaded from the Elasticsearch website.
|
|
|
|
+
|
|
|
|
<<windows>>
|
|
|
|
|
2016-11-17 08:06:32 -05:00
|
|
|
`docker`::
|
|
|
|
|
2017-10-31 23:24:30 -04:00
|
|
|
Images are available for running Elasticsearch as Docker containers. They may be
|
2018-07-11 14:17:05 -04:00
|
|
|
downloaded from the Elastic Docker Registry.
|
2016-11-17 08:06:32 -05:00
|
|
|
+
|
2017-11-10 15:08:16 -05:00
|
|
|
{ref}/docker.html[Install {es} with Docker]
|
2016-11-17 08:06:32 -05:00
|
|
|
|
2019-06-20 10:49:50 -04:00
|
|
|
`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]
|
|
|
|
|
2016-04-03 10:09:24 -04:00
|
|
|
[float]
|
|
|
|
[[config-mgmt-tools]]
|
|
|
|
=== Configuration Management Tools
|
|
|
|
|
|
|
|
We also provide the following configuration management tools to help with
|
|
|
|
large deployments:
|
|
|
|
|
|
|
|
[horizontal]
|
|
|
|
Puppet:: https://github.com/elastic/puppet-elasticsearch[puppet-elasticsearch]
|
|
|
|
Chef:: https://github.com/elastic/cookbook-elasticsearch[cookbook-elasticsearch]
|
2017-02-09 15:14:01 -05:00
|
|
|
Ansible:: https://github.com/elastic/ansible-elasticsearch[ansible-elasticsearch]
|
2016-04-03 10:09:24 -04:00
|
|
|
|
|
|
|
|
2019-03-29 09:04:46 -04:00
|
|
|
include::install/targz.asciidoc[]
|
2016-04-03 10:09:24 -04:00
|
|
|
|
2017-06-19 00:52:47 -04:00
|
|
|
include::install/zip-windows.asciidoc[]
|
|
|
|
|
2016-04-03 10:09:24 -04:00
|
|
|
include::install/deb.asciidoc[]
|
|
|
|
|
|
|
|
include::install/rpm.asciidoc[]
|
|
|
|
|
|
|
|
include::install/windows.asciidoc[]
|
|
|
|
|
2018-06-06 17:46:20 -04:00
|
|
|
include::install/docker.asciidoc[]
|
|
|
|
|
2019-06-20 10:49:50 -04:00
|
|
|
include::install/brew.asciidoc[]
|