install.asciidoc 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [[install-elasticsearch]]
  2. == Installing Elasticsearch
  3. Elasticsearch is provided in the following package formats:
  4. [horizontal]
  5. `zip`/`tar.gz`::
  6. The `zip` and `tar.gz` packages are suitable for installation on any system
  7. and are the easiest choice for getting started with Elasticsearch on most systems.
  8. +
  9. <<zip-targz>> or <<zip-windows>>
  10. `deb`::
  11. The `deb` package is suitable for Debian, Ubuntu, and other Debian-based
  12. systems. Debian packages may be downloaded from the Elasticsearch website or
  13. from our Debian repository.
  14. +
  15. <<deb>>
  16. `rpm`::
  17. The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
  18. OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
  19. Elasticsearch website or from our RPM repository.
  20. +
  21. <<rpm>>
  22. `msi`::
  23. The `msi` package is suitable for installation on Windows 64-bit systems with at least
  24. .NET 4.5 framework installed, and is the easiest choice for getting started with
  25. Elasticsearch on Windows. MSIs may be downloaded from the Elasticsearch website.
  26. +
  27. <<windows>>
  28. `docker`::
  29. An image is available for running Elasticsearch as a Docker container. It ships with {xpack-ref}/index.html[X-Pack] pre-installed and may be downloaded from the Elastic Docker Registry.
  30. +
  31. <<docker>>
  32. [float]
  33. [[config-mgmt-tools]]
  34. === Configuration Management Tools
  35. We also provide the following configuration management tools to help with
  36. large deployments:
  37. [horizontal]
  38. Puppet:: https://github.com/elastic/puppet-elasticsearch[puppet-elasticsearch]
  39. Chef:: https://github.com/elastic/cookbook-elasticsearch[cookbook-elasticsearch]
  40. Ansible:: https://github.com/elastic/ansible-elasticsearch[ansible-elasticsearch]
  41. include::install/zip-targz.asciidoc[]
  42. include::install/zip-windows.asciidoc[]
  43. include::install/deb.asciidoc[]
  44. include::install/rpm.asciidoc[]
  45. include::install/windows.asciidoc[]
  46. include::install/docker.asciidoc[]