Updates the supported operating system section of install guide (#4218)

* updatedtable

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* addeddashboards

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* addspaces

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* removespaces

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* changes to RPM file

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* addedredirects

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* fixedlink

Signed-off-by: Heather Halter <hdhalter@amazon.com>

* 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 <HDHALTER@AMAZON.COM>

---------

Signed-off-by: Heather Halter <hdhalter@amazon.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
Heather Halter 2023-06-06 15:23:38 -07:00 committed by GitHub
parent 4f8e612465
commit bfdd426eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

View File

@ -2,6 +2,8 @@
layout: default
title: Debian
parent: Installing OpenSearch
redirect_from:
- /opensearch/install/deb/
nav_order: 55
---

View File

@ -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

View File

@ -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 Hatbased 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 Hatbased 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}