added batch mode to plugin install documentation (#920)

* added batch mode to plugin install documentation

Signed-off-by: ariamarble <armarble@amazon.com>

* Update _opensearch/install/plugins.md

Co-authored-by: Alice Williams <88908598+alicejw-aws@users.noreply.github.com>

* Revert "added batch mode to plugin install documentation"

This reverts commit 5751981851e023e26dde2a5863d0b49e59e491e1.

* added batch mode to plugin install documentation

Signed-off-by: ariamarble <armarble@amazon.com>

Signed-off-by: ariamarble <armarble@amazon.com>
Co-authored-by: Alice Williams <88908598+alicejw-aws@users.noreply.github.com>
This commit is contained in:
Aria Marble 2022-08-18 19:39:23 -07:00 committed by GitHub
parent 799bdf1b65
commit 22d0dc66d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,15 @@ bin/opensearch-plugin install <name|Zip File|Url>
Restart your OpenSearch node after installing a plugin.
## Batch mode
When installing plugins that require additional privileges not included by default, the plugins will prompt the user for confirmation of the required privileges. To grant all requested privileges, use batch mode to skip the confirmation prompt.
To force batch mode when installing plugins, add the `-b` or `--batch` option:
```
bin/opensearch-plugin install --batch <plugin-name>
```
## Remove a plugin
```