From dbe7c68cc7c7a7f74e20fd7a6a0508cd61f1e3a8 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Thu, 1 Jun 2023 15:01:05 -0700 Subject: [PATCH 1/8] updatedtable Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index 08a597802d..df7f2a7b05 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 is 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, or Ubuntu Long-Term Support (LTS). While OpenSearch should work on most Linux distributions, we only test a subset. + +The following table lists the operating system versions that we support. + +OS | Version +:---------- | :-------- +RHEL/CentOS | 7/8 +Rocky Linux / AlmaLinux | 8 +Ubuntu | 16.04/18.04/20.04 +Windows Server | 2019 + ## File system recommendations From e73cc4a18e676afb5620fd9b35dd91a1e771b195 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Thu, 1 Jun 2023 16:00:47 -0700 Subject: [PATCH 2/8] addeddashboards Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index df7f2a7b05..7d83f2edde 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -17,9 +17,9 @@ This section details how to install OpenSearch on your host, including which ope ## Operating system compatibility -OpenSearch is 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, or Ubuntu Long-Term Support (LTS). While OpenSearch should work on most Linux distributions, we only test a subset. +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, or 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 support. +The following table lists the operating system versions that we currently support. OS | Version :---------- | :-------- From 9146c08c35708312edba3da2aaf4952497e4df49 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Thu, 1 Jun 2023 16:04:17 -0700 Subject: [PATCH 3/8] addspaces Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index 7d83f2edde..c57fbd66c7 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -23,9 +23,9 @@ The following table lists the operating system versions that we currently suppor OS | Version :---------- | :-------- -RHEL/CentOS | 7/8 +RHEL / CentOS | 7 / 8 Rocky Linux / AlmaLinux | 8 -Ubuntu | 16.04/18.04/20.04 +Ubuntu | 16.04 / 18.04 / 20.04 Windows Server | 2019 From 9285565b8a7b5fd8bba57d940265d50ff5eab5a3 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Thu, 1 Jun 2023 16:09:43 -0700 Subject: [PATCH 4/8] removespaces Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index c57fbd66c7..a1f8b8b258 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -23,9 +23,9 @@ The following table lists the operating system versions that we currently suppor OS | Version :---------- | :-------- -RHEL / CentOS | 7 / 8 -Rocky Linux / AlmaLinux | 8 -Ubuntu | 16.04 / 18.04 / 20.04 +RHEL/CentOS | 7/8 +Rocky Linux/AlmaLinux | 8 +Ubuntu | 16.04/18.04/20.04 Windows Server | 2019 From 61bfc1e455b44cc1ffac2626061a2d622b34910e Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Mon, 5 Jun 2023 16:30:12 -0700 Subject: [PATCH 5/8] changes to RPM file Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/rpm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install-and-configure/install-opensearch/rpm.md b/_install-and-configure/install-opensearch/rpm.md index f77de7ac10..d03eed5a91 100644 --- a/_install-and-configure/install-opensearch/rpm.md +++ b/_install-and-configure/install-opensearch/rpm.md @@ -25,7 +25,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} From 52194e5232ca66633abcaf33874c88d0a7d0ce60 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Mon, 5 Jun 2023 16:37:20 -0700 Subject: [PATCH 6/8] addedredirects Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/debian.md | 2 ++ _install-and-configure/install-opensearch/rpm.md | 2 ++ 2 files changed, 4 insertions(+) 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/rpm.md b/_install-and-configure/install-opensearch/rpm.md index d03eed5a91..be8cbd1904 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 --- From aaab9fcba3a9877ad0360cc46721af7cfc0c7b6f Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Mon, 5 Jun 2023 16:53:30 -0700 Subject: [PATCH 7/8] fixedlink Signed-off-by: Heather Halter --- _install-and-configure/install-opensearch/rpm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install-and-configure/install-opensearch/rpm.md b/_install-and-configure/install-opensearch/rpm.md index be8cbd1904..93b2382874 100644 --- a/_install-and-configure/install-opensearch/rpm.md +++ b/_install-and-configure/install-opensearch/rpm.md @@ -27,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. For a list of supported operating systems, see [Operating system compatibility]({{site.url}}{{site.baseurl}}/install-and-configure/install-opensearch/index/#operating-system-compatibility/) +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} From beef9dbae1203172fc9cf6dc632260b07a1240cd Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Tue, 6 Jun 2023 15:20:02 -0700 Subject: [PATCH 8/8] 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 --- _install-and-configure/install-opensearch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index a1f8b8b258..0893bf0f2a 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -17,7 +17,7 @@ This section details how to install OpenSearch on your host, including which ope ## Operating system compatibility -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, or Ubuntu Long-Term Support (LTS). While OpenSearch and OpenSearch Dashboards should work on most Linux distributions, we only test a subset. +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.