Modified plugin documentation by clarifying valid plugin ID inputs

Signed-off-by: Joshua Palis <jpalis@amazon.com>
This commit is contained in:
Joshua Palis 2022-02-22 20:45:27 +00:00
parent e3815540e7
commit 237c1b7627
1 changed files with 7 additions and 1 deletions

View File

@ -21,8 +21,14 @@ You can install individual plugins on an OpenSearch cluster.
## Install a plugin
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
- A URL to a plugin zip file
```
bin/opensearch-plugin install <plugin-name>
bin/opensearch-plugin install <name|Zip File|Url>
```
Restart your OpenSearch node after installing a plugin.