Skip to content

Commit

Permalink
[DOCS] Small fixes for the 'Installing Elasticsearch' page (elastic#1…
Browse files Browse the repository at this point in the history
…05034)

* [DOCS] Add link to on-prem install tutorial

* Move link to bottom of packages section

* Rearrange things according to suggestions

* Add another link on the 'Install Elasticsearch with RPM' page

(cherry picked from commit 6ae521b)
  • Loading branch information
kilfoyle committed Feb 5, 2024
1 parent 2c55cf5 commit 91a7dbc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/reference/setup/install.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ To set up Elasticsearch in {ecloud}, sign up for a {ess-trial}[free {ecloud} tri

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>>.
* Run {es} using a <<elasticsearch-install-packages,Linux, MacOS, or Windows install package>>.
* Run {es} in a <<elasticsearch-docker-images,Docker container>>.
* Set up and manage {es}, {kib}, {agent}, and the rest of the Elastic Stack on Kubernetes with {eck-ref}[{eck}].

TIP: To try out Elasticsearch on your own machine, we recommend using Docker and running both Elasticsearch and Kibana. For more information, see <<run-elasticsearch-locally,Run Elasticsearch locally>>.
Expand Down Expand Up @@ -57,10 +57,18 @@ Elasticsearch website or from our RPM repository.
+
<<rpm>>

TIP: For a step-by-step example of setting up the {stack} on your own premises, try out our tutorial: {stack-ref}/installing-stack-demo-self.html[Installing a self-managed Elastic Stack].

[discrete]
[[elasticsearch-docker-images]]
=== Elasticsearch container images

You can also run {es} inside a container image.

[horizontal]
`docker`::

Images are available for running Elasticsearch as Docker containers. They may be
downloaded from the Elastic Docker Registry.
Docker container images may be downloaded from the Elastic Docker Registry.
+
{ref}/docker.html[Install {es} with Docker]

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/setup/install/rpm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ NOTE: Elasticsearch includes a bundled version of https://openjdk.java.net[OpenJ
from the JDK maintainers (GPLv2+CE). To use your own version of Java,
see the <<jvm-version, JVM version requirements>>

TIP: For a step-by-step example of setting up the {stack} on your own premises, try out our tutorial: {stack-ref}/installing-stack-demo-self.html[Installing a self-managed Elastic Stack].

[[rpm-key]]
==== Import the Elasticsearch GPG Key

Expand Down

0 comments on commit 91a7dbc

Please sign in to comment.