From bfdd426ecab42f045dff361e0435a1da267ad6f5 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Tue, 6 Jun 2023 15:23:38 -0700 Subject: [PATCH] Updates the supported operating system section of install guide (#4218) * updatedtable Signed-off-by: Heather Halter * addeddashboards Signed-off-by: Heather Halter * addspaces Signed-off-by: Heather Halter * removespaces Signed-off-by: Heather Halter * changes to RPM file Signed-off-by: Heather Halter * addedredirects Signed-off-by: Heather Halter * fixedlink Signed-off-by: Heather Halter * Update _install-and-configure/install-opensearch/index.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Heather Halter --------- Signed-off-by: Heather Halter Signed-off-by: Heather Halter Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _install-and-configure/install-opensearch/debian.md | 2 ++ _install-and-configure/install-opensearch/index.md | 12 +++++++++++- _install-and-configure/install-opensearch/rpm.md | 4 +++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/_install-and-configure/install-opensearch/debian.md b/_install-and-configure/install-opensearch/debian.md index c218e3fa84..8991c2542d 100644 --- a/_install-and-configure/install-opensearch/debian.md +++ b/_install-and-configure/install-opensearch/debian.md @@ -2,6 +2,8 @@ layout: default title: Debian parent: Installing OpenSearch +redirect_from: +- /opensearch/install/deb/ nav_order: 55 --- diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index 08a597802d..0893bf0f2a 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -17,7 +17,17 @@ This section details how to install OpenSearch on your host, including which ope ## Operating system compatibility -We recommend installing OpenSearch on Red Hat Enterprise Linux (RHEL) or Debian-based Linux distributions that use [systemd](https://en.wikipedia.org/wiki/Systemd), such as CentOS, Amazon Linux 2, or Ubuntu Long-Term Support (LTS). OpenSearch should work on most Linux distributions, but we only test a handful. We recommend RHEL 7 or 8, CentOS 7 or 8, Amazon Linux 2, or Ubuntu 16.04, 18.04, or 20.04 for any version of OpenSearch. OpenSearch also supports Windows Server 2019. +OpenSearch and OpenSearch Dashboards are compatible with Red Hat Enterprise Linux (RHEL) and Debian-based Linux distributions that use [`systemd`](https://en.wikipedia.org/wiki/Systemd), such as CentOS, Amazon Linux 2, and Ubuntu Long-Term Support (LTS). While OpenSearch and OpenSearch Dashboards should work on most Linux distributions, we only test a subset. + +The following table lists the operating system versions that we currently support. + +OS | Version +:---------- | :-------- +RHEL/CentOS | 7/8 +Rocky Linux/AlmaLinux | 8 +Ubuntu | 16.04/18.04/20.04 +Windows Server | 2019 + ## File system recommendations diff --git a/_install-and-configure/install-opensearch/rpm.md b/_install-and-configure/install-opensearch/rpm.md index f77de7ac10..93b2382874 100644 --- a/_install-and-configure/install-opensearch/rpm.md +++ b/_install-and-configure/install-opensearch/rpm.md @@ -2,6 +2,8 @@ layout: default title: RPM parent: Installing OpenSearch +redirect_from: +- /opensearch/install/rpm/ nav_order: 51 --- @@ -25,7 +27,7 @@ Generally speaking, installing OpenSearch from the RPM distribution can be broke 1. **Configure OpenSearch for your environment.** - Apply basic settings to OpenSearch and start using it in your environment. -The RPM distribution provides everything you need to run OpenSearch inside Red Hat or Red Hat–based Linux Distributions, such as supported CentOS and RHEL versions, and Amazon Linux 2. If you have your own Java installation and set `JAVA_HOME` in your terminal application, macOS works, as well. +The RPM distribution provides everything you need to run OpenSearch inside Red Hat or Red Hat–based Linux Distributions. For a list of supported operating systems, see [Operating system compatibility]({{site.url}}{{site.baseurl}}/install-and-configure/install-opensearch/index/#operating-system-compatibility). This guide assumes that you are comfortable working from the Linux command line interface (CLI). You should understand how to input commands, navigate between directories, and edit text files. Some example commands reference the `vi` text editor, but you may use any text editor available. {:.note}