From d27bd363605b8a8db049aa41fe5b97eb6f6f3e1d Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Wed, 22 Aug 2018 11:26:53 +1000 Subject: [PATCH] Add beta label to MSI on install Elasticsearch page (#28126) The main installation instructions page for the Windows MSI installer includes a header at the top to indicate that the installer is in beta, but the Installing Elasticsearch page does not. This commit adds the beta label to the MSI entry within the installation options. (cherry picked from commit 07b3ff9fe711c076e12ac066472f6a624ec78bd4) --- docs/reference/setup/install.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/setup/install.asciidoc b/docs/reference/setup/install.asciidoc index 4433ffb8c3876..7c9ba9f080ddf 100644 --- a/docs/reference/setup/install.asciidoc +++ b/docs/reference/setup/install.asciidoc @@ -39,6 +39,8 @@ Elasticsearch website or from our RPM repository. `msi`:: +beta[] ++ The `msi` package is suitable for installation on Windows 64-bit systems with at least .NET 4.5 framework installed, and is the easiest choice for getting started with Elasticsearch on Windows. MSIs may be downloaded from the Elasticsearch website.