Skip to content

Commit da34229

Browse files
Naarcha-AWSpeterzhuamazonhdhalternatebower
authored
Add compatibility page (opensearch-project#7821)
* Adding OS matrix changelog and remove CentOS7 as it is approaching EOL Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> * Add new compatibility page Signed-off-by: Archer <naarcha@amazon.com> * Fix links Signed-off-by: Archer <naarcha@amazon.com> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _install-and-configure/install-opensearch/index.md Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _install-and-configure/install-opensearch/index.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: Archer <naarcha@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM> Co-authored-by: Nathan Bower <nbower@amazon.com>
1 parent e8e340e commit da34229

File tree

3 files changed

+35
-16
lines changed

3 files changed

+35
-16
lines changed

_install-and-configure/install-opensearch/index.md

+2-15
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,9 @@ redirect_from:
1313

1414
# Installing OpenSearch
1515

16-
This section details how to install OpenSearch on your host, including which operating systems are [compatible with OpenSearch](#operating-system-compatibility), which [ports to open](#network-requirements), and which [important settings](#important-settings) to configure on your host.
16+
This section provides information about how to install OpenSearch on your host, including which [ports to open](#network-requirements) and which [important settings](#important-settings) to configure on your host.
1717

18-
## Operating system compatibility
19-
20-
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 Amazon Linux, and Ubuntu Long-Term Support (LTS). While OpenSearch and OpenSearch Dashboards should work on most Linux distributions, we only test a subset.
21-
22-
The following table lists the operating system versions that we are currently testing on:
23-
24-
OS | Version
25-
:---------- | :--------
26-
CentOS | 7
27-
Rocky Linux | 8
28-
Alma Linux | 8
29-
Amazon Linux | 2/2023
30-
Ubuntu | 20.04
31-
Windows Server | 2019
18+
For operating system compatibility, see [Compatible operating systems]({{site.url}}{{site.baseurl}}/install-and-configure/os-comp/).
3219

3320

3421
## File system recommendations

_install-and-configure/install-opensearch/rpm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Generally speaking, installing OpenSearch from the RPM distribution can be broke
2727
1. **Configure OpenSearch for your environment.**
2828
- Apply basic settings to OpenSearch and start using it in your environment.
2929

30-
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).
30+
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/os-comp/).
3131

3232
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.
3333
{:.note}

_install-and-configure/os-comp.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default
3+
title: Compatible operating systems
4+
nav_order: 12
5+
---
6+
7+
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 Amazon Linux, and Ubuntu Long-Term Support (LTS). While OpenSearch and OpenSearch Dashboards should work on most Linux distributions, we only test a subset.
8+
9+
## Supported operating systems
10+
11+
The following table lists the operating system versions that we are currently testing:
12+
13+
OS | Version
14+
:---------- | :--------
15+
Rocky Linux | 8
16+
Alma Linux | 8
17+
Amazon Linux | 2/2023
18+
Ubuntu | 20.04
19+
Windows Server | 2019
20+
21+
22+
## Change log
23+
24+
The following table lists changes made to operating system compatibility.
25+
26+
<div class="table-styler"></div>
27+
28+
| Date | Issue | PR | Details |
29+
|:-----------|:-------|:-------|:--------------------------|
30+
| 2024-07-23 | [opensearch-build Issue 4379](https://github.com/opensearch-project/opensearch-build/issues/4379) | [PR 7821](https://github.com/opensearch-project/documentation-website/pull/7821) | Remove [CentOS7](https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/). |
31+
| 2024-03-08 | [opensearch-build Issue 4573](https://github.com/opensearch-project/opensearch-build/issues/4573) | [PR 6637](https://github.com/opensearch-project/documentation-website/pull/6637) | Remove CentOS8, add Almalinux8/Rockylinux8, and remove Ubuntu 16.04/18.04 because we currently only test on 20.04 |
32+
| 2023-06-06 | [documentation-website Issue 4217](https://github.com/opensearch-project/documentation-website/issues/4217) | [PR 4218](https://github.com/opensearch-project/documentation-website/pull/4218) | Support matrix creation |

0 commit comments

Comments
 (0)