From a4c89a24b8e3ac8e628ea424a5f4b9dd9160574e Mon Sep 17 00:00:00 2001 From: Jeff Huss Date: Tue, 23 Aug 2022 11:06:38 -0700 Subject: [PATCH] Added list of plugins that can be installed by name (#957) * Added list of plugins that can be installed by name Signed-off-by: JeffH-AWS * Fixed a typo Signed-off-by: JeffH-AWS * Added plugin-name to the command under additional plugins Signed-off-by: JeffH-AWS Signed-off-by: JeffH-AWS --- _opensearch/install/plugins.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/_opensearch/install/plugins.md b/_opensearch/install/plugins.md index 93cc2241..866fc19c 100644 --- a/_opensearch/install/plugins.md +++ b/_opensearch/install/plugins.md @@ -83,4 +83,31 @@ bin/opensearch-plugin list | Security | [opensearch-security](https://github.com/opensearch-project/security) | 1.0.0 or newer | | SQL | [opensearch-sql](https://github.com/opensearch-project/sql) | 1.0.0 or newer | -1Dashboard Notebooks was merged in to the Observability plugin with the release of OpenSearch 1.2.0. \ No newline at end of file +1Dashboard Notebooks was merged in to the Observability plugin with the release of OpenSearch 1.2.0. + +### Additional plugins + +Members of the OpenSearch community have built countless plugins for the service. Although it isn't possible to build an exhaustive list of every plugin, since many plugins are not maintained within the OpenSearch GitHub repository, the following list of plugins are available to be installed by name using `bin/opensearch-plugin install `. + +| Plugin Name | OpenSearch Compatible Versions | +| :--- | :--- | +| analysis-icu | 1.0.0 or newer | +| analysis-kuromoji | 1.0.0 or newer | +| analysis-nori | 1.0.0 or newer | +| analysis-phonetic | 1.0.0 or newer | +| analysis-smartcn | 1.0.0 or newer | +| analysis-stempel | 1.0.0 or newer | +| analysis-ukrainian | 1.0.0 or newer | +| discovery-azure-classic | 1.0.0 or newer | +| discovery-ec2 | 1.0.0 or newer | +| discovery-gce | 1.0.0 or newer | +| ingest-attachment | 1.0.0 or newer | +| mapper-annotated-text | 1.0.0 or newer | +| mapper-murmur3 | 1.0.0 or newer | +| mapper-size | 1.0.0 or newer | +| repository-azure | 1.0.0 or newer | +| repository-gcs | 1.0.0 or newer | +| repository-hdfs | 1.0.0 or newer | +| repository-s3 | 1.0.0 or newer | +| store-smb | 1.0.0 or newer | +| transport-nio | 1.0.0 or newer | \ No newline at end of file