Modified plugin documentation by clarifying valid plugin ID inputs
Signed-off-by: Joshua Palis <jpalis@amazon.com>
This commit is contained in:
parent
e3815540e7
commit
237c1b7627
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue