From cd36fd0e6cfe4e725f41e32757f3470f0bcf5baa Mon Sep 17 00:00:00 2001 From: aetter Date: Fri, 7 May 2021 08:31:11 -0700 Subject: [PATCH] Plugin versions --- docs/opensearch-dashboards/install/plugins.md | 19 +++++++------ docs/opensearch/install/plugins.md | 28 +++++++++++-------- 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/docs/opensearch-dashboards/install/plugins.md b/docs/opensearch-dashboards/install/plugins.md index 5b13bdc0..1e568937 100644 --- a/docs/opensearch-dashboards/install/plugins.md +++ b/docs/opensearch-dashboards/install/plugins.md @@ -32,15 +32,16 @@ If you don't want to use the all-in-one installation options, you can install th 1.0.0-beta1 -
opensearchDashboardsAlerting          1.0.0-beta1
-opensearchDashboardsAnomalyDetection  1.0.0-beta1
-opensearchDashboardsGanttChart        1.0.0-beta1
-opensearchDashboardsIndexManagement   1.0.0-beta1
-opensearchDashboardsNotebooks         1.0.0-beta1
-opensearchDashboardsQueryWorkbench    1.0.0-beta1
-opensearchDashboardsReports           1.0.0-beta1
-opensearchDashboardsSecurity          1.0.0-beta1
-opensearchDashboardsTraceAnalytics    1.0.0-beta1
+      
+alertingDashboards          1.0.0.0-beta1
+anomalyDetectionDashboards  1.0.0.0-beta1
+ganttChartDashboards        1.0.0.0-beta1
+indexManagementDashboards   1.0.0.0-beta1
+notebooksDashboards         1.0.0.0-beta1
+queryWorkbenchDashboards    1.0.0.0-beta1
+reportsDashboards           1.0.0.0-beta1
+securityDashboards          1.0.0.0-beta1
+traceAnalyticsDashboards    1.0.0.0-beta1
 
diff --git a/docs/opensearch/install/plugins.md b/docs/opensearch/install/plugins.md index 747c0df5..ca5d451d 100644 --- a/docs/opensearch/install/plugins.md +++ b/docs/opensearch/install/plugins.md @@ -33,23 +33,27 @@ If you don't want to use the all-in-one OpenSearch installation options, you can 1.0.0-beta1 -
opensearch-alerting             1.13.1.0
-opensearch-anomaly-detection    1.13.0.0
-opensearch-asynchronous-search  1.13.0.1
-opensearch-index-management     1.13.2.0
-opensearch-job-scheduler        1.13.0.0
-opensearch-knn                  1.13.0.0
-opensearch-performance-analyzer 1.13.0.0
-opensearch-reports-scheduler    1.13.0.0
-opensearch-sql                  1.13.2.0
-opensearch_security             1.13.1.0
+      
opensearch-alerting             1.0.0.0-beta1
+opensearch-anomaly-detection    1.0.0.0-beta1
+opensearch-asynchronous-search  1.0.0.0-beta1
+opensearch-index-management     1.0.0.0-beta1
+opensearch-job-scheduler        1.0.0.0-beta1
+opensearch-knn                  1.0.0.0-beta1
+opensearch-performance-analyzer 1.0.0.0-beta1
+opensearch-reports-scheduler    1.0.0.0-beta1
+opensearch-security             1.0.0.0-beta1
+opensearch-sql                  1.0.0.0-beta1
 
-To install plugins manually, you must have the exact OSS version of OpenSearch installed (for example, 6.6.2 and not 6.6.1). To get a list of available OpenSearch versions on CentOS 7 and Amazon Linux 2, run the following command: +To install plugins manually, you must have the exact version of OpenSearch installed, down to the minor version. + +{% comment %} + +To get a list of available OpenSearch versions on CentOS 7 and Amazon Linux 2, run the following command: ```bash sudo yum list opensearch-oss --showduplicates @@ -61,6 +65,8 @@ Then you can specify the version that you need: sudo yum install opensearch-oss-6.7.1 ``` +{% endcomment %} + ## Install plugins