From 9d46a999bf8f0954675e6678cdf2e57f9f897a2d Mon Sep 17 00:00:00 2001 From: Jeff Huss Date: Thu, 25 Aug 2022 09:53:43 -0700 Subject: [PATCH] Added link to Maven coordinates and updated plugins list with Geospatial (#999) Signed-off-by: JeffH-AWS Signed-off-by: JeffH-AWS (cherry picked from commit a39e2c4e0786568a7aad943b8286da2555966aab) --- _opensearch/install/plugins.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index 2345bd975d..bdbedd1474 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -22,7 +22,7 @@ You can install individual plugins on an OpenSearch cluster. The install command takes a plugin id, which may be any of the following: - An official OpenSearch plugin name -- Maven coordinates to a plugin zip file +- [Maven coordinates](https://mvnrepository.com/artifact/org.opensearch.plugin) to a plugin zip file - A URL to a plugin zip file If you're installing an official OpenSearch plugin, use: @@ -63,6 +63,10 @@ bin/opensearch-plugin list ## Available plugins +### Bundled Plugins + +The following plugins are bundled with all OpenSearch distributions except for minimum distribution packages. + | Plugin Name | Repository | OpenSearch Compatible Versions | | :--- | :--- | :--- | | Alerting | [opensearch-alerting](https://github.com/opensearch-project/alerting) | 1.0.0 or newer | @@ -71,6 +75,7 @@ bin/opensearch-plugin list | Cross Cluster Replication | [opensearch-cross-cluster-replication](https://github.com/opensearch-project/cross-cluster-replication) | 1.1.0 or newer | | Dashboard Notebooks1 | [opensearch-notebooks](https://github.com/opensearch-project/dashboards-notebooks) | 1.0.0 to 1.1.0 | | Dashboard Reports | [opensearch-reports-scheduler](https://github.com/opensearch-project/dashboards-reports) | 1.0.0 or newer | +| Geospatial | [opensearch-geospatial](https://github.com/opensearch-project/geospatial) | 2.2.0 or newer | | Index Management | [opensearch-index-management](https://github.com/opensearch-project/index-management) | 1.0.0 or newer | | Job Scheduler | [opensearch-job-scheduler](https://github.com/opensearch-project/job-scheduler) | 1.0.0 or newer | | k-NN | [opensearch-knn](https://github.com/opensearch-project/k-NN) | 1.0.0 or newer |