Skip to content

Commit

Permalink
Merge pull request #422 from joshpalis/plugins-doc
Browse files Browse the repository at this point in the history
Modified plugin documentation by clarifying valid plugin ID inputs
  • Loading branch information
CEHENKLE authored Feb 25, 2022
2 parents ac5fdb7 + 28d17f3 commit 9d9c9bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _opensearch/install/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,22 @@ 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

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 9d9c9bf

Please sign in to comment.