diff --git a/_install-and-configure/plugins.md b/_install-and-configure/plugins.md index b4a09ef3..fed0eb64 100644 --- a/_install-and-configure/plugins.md +++ b/_install-and-configure/plugins.md @@ -11,7 +11,6 @@ redirect_from: You can install individual plugins for OpenSearch based on your needs. For information about available plugins, see [Available plugins](#available-plugins). - For plugins to work properly with OpenSearch, all plugins must have the ability to access the data in the cluster, including metadata about cluster operations. Therefore, to protect your cluster's data and preserve its integrity, first be sure you understand the function of a plugin before installing it on your OpenSearch cluster. Second, when selecting a custom plugin, make sure the plugin's source is a reliable one. {: .warning} @@ -205,6 +204,20 @@ Continue with installation? [y/N]y Restart your OpenSearch node after installing a plugin. {: .note} +### Installing multiple plugins + +Multiple plugins can be installed in a single invocation. + +#### Usage +```bash +bin/opensearch-plugin install ... +``` + +#### Example +```bash +$ sudo $ ./opensearch-plugin install analysis-nori repository-s3 +``` + ## Remove You can remove a plugin that has already been installed with the `remove` option.