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:
parent
799bdf1b65
commit
22d0dc66d0
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue