modified opensearch plugin install documentation

Signed-off-by: Joshua Palis <jpalis@amazon.com>
This commit is contained in:
Joshua Palis 2022-02-23 18:45:30 +00:00
parent 237c1b7627
commit 28d17f3618
1 changed files with 7 additions and 0 deletions

View File

@ -27,9 +27,16 @@ The install command takes a plugin id, which may be any of the following:
- Maven coordinates to a plugin zip file
- A URL to a plugin zip file
If you're installing an official OpenSearch plugin, use:
```
bin/opensearch-plugin install <plugin-name>
```
For a plugin installed via zip, use:
```
bin/opensearch-plugin install <name|Zip File|Url>
```
Restart your OpenSearch node after installing a plugin.
## Remove a plugin