From f683c019567957d8dce8fec78e5bee69a687066f Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Tue, 3 May 2022 16:03:30 -0500 Subject: [PATCH] Add additional feedback. Signed-off-by: Naarcha-AWS --- _opensearch/install/rpm.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_opensearch/install/rpm.md b/_opensearch/install/rpm.md index 798decca..89504563 100644 --- a/_opensearch/install/rpm.md +++ b/_opensearch/install/rpm.md @@ -54,7 +54,7 @@ There are two methods for installing OpenSearch on RPM: ## YUM method -YUM allows you to pull the RPM package from the YUM repository library. +YUM, an RPM package management tool, allows you to pull the RPM package from the YUM repository library. 1. Create a repository file for both OpenSearch and OpenSearch Dashboards: @@ -89,7 +89,7 @@ YUM allows you to pull the RPM package from the YUM repository library. Unless otherwise indicated, the highest minor version of OpenSearch installs. - To install a specific version of OpenSearch + To install a specific version of OpenSearch: ```bash sudo yum install 'opensearch-{{site.opensearch_version}}' @@ -129,7 +129,7 @@ YUM allows you to pull the RPM package from the YUM repository library. ``` -## (Optional) Set up Performance Analyzer +## *(Optional)* Set up Performance Analyzer When enabled, the Performance Analyzer plugin collects data related to the performance of your OpenSearch instance. To start the Performance Analyzer plugin, enter: @@ -154,4 +154,4 @@ Download the new version of OpenSearch you want to use, and then use `rmp -Uvh` ### YUM -To upgrade to the latest version of OpenSearch with YUM, use `yum upgrade`. You can also upgrade to a specific OpenSearch version by using `yum upgrade opensearch-`. +To upgrade to the latest version of OpenSearch with YUM, use `sudo yum update`. You can also upgrade to a specific OpenSearch version by using `sudo yum upgrade opensearch-`.