Skip to content

Commit

Permalink
modified opensearch plugin install documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Palis <[email protected]>
  • Loading branch information
joshpalis committed Feb 23, 2022
1 parent 237c1b7 commit 28d17f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _opensearch/install/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28d17f3

Please sign in to comment.