install.asciidoc 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [[install-elasticsearch]]
  2. == Installing Elasticsearch
  3. [discrete]
  4. [[hosted-elasticsearch-service]]
  5. === Hosted Elasticsearch Service
  6. {ecloud} offers all of the features of {es}, {kib}, and Elastic’s {observability}, {ents}, and {elastic-sec} solutions as a hosted service
  7. available on AWS, GCP, and Azure.
  8. To set up Elasticsearch in {ecloud}, sign up for a {ess-trial}[free {ecloud} trial].
  9. [discrete]
  10. [[elasticsearch-deployment-options]]
  11. === Self-managed {es} options
  12. If you want to install and manage {es} yourself, you can:
  13. * Run {es} on any Linux, MacOS, or Windows machine.
  14. * Run {es} in a <<docker, Docker container>>.
  15. * Set up and manage {es}, {kib}, {agent}, and the rest of the Elastic Stack on Kubernetes with {eck-ref}[{eck}].
  16. [discrete]
  17. [[elasticsearch-install-packages]]
  18. === Elasticsearch install packages
  19. Elasticsearch is provided in the following package formats:
  20. [horizontal]
  21. Linux and MacOS `tar.gz` archives::
  22. The `tar.gz` archives are available for installation on any Linux distribution and MacOS.
  23. +
  24. <<targz>>
  25. Windows `.zip` archive::
  26. The `zip` archive is suitable for installation on Windows.
  27. +
  28. <<zip-windows>>
  29. `deb`::
  30. The `deb` package is suitable for Debian, Ubuntu, and other Debian-based
  31. systems. Debian packages may be downloaded from the Elasticsearch website or
  32. from our Debian repository.
  33. +
  34. <<deb>>
  35. `rpm`::
  36. The `rpm` package is suitable for installation on Red Hat, Centos, SLES,
  37. OpenSuSE and other RPM-based systems. RPMs may be downloaded from the
  38. Elasticsearch website or from our RPM repository.
  39. +
  40. <<rpm>>
  41. `docker`::
  42. Images are available for running Elasticsearch as Docker containers. They may be
  43. downloaded from the Elastic Docker Registry.
  44. +
  45. {ref}/docker.html[Install {es} with Docker]
  46. include::install/targz.asciidoc[]
  47. include::install/zip-windows.asciidoc[]
  48. include::install/deb.asciidoc[]
  49. include::install/rpm.asciidoc[]
  50. include::install/docker.asciidoc[]