From f4828490942539c3353896d5d2506c97d225bc42 Mon Sep 17 00:00:00 2001 From: 10000-ki <76486121+10000-ki@users.noreply.github.com> Date: Sat, 10 Feb 2024 04:19:28 +0900 Subject: [PATCH] Add installing multiple plugins example (#6358) * Add installing multiple plugins example Add installing multiple plugins example Signed-off-by: 10000-ki <10000ki6472@gmail.com> fix text Signed-off-by: 10000-ki <10000ki6472@gmail.com> * Update plugins.md Signed-off-by: Melissa Vagi --------- Signed-off-by: 10000-ki <10000ki6472@gmail.com> Signed-off-by: Melissa Vagi Co-authored-by: Melissa Vagi --- _install-and-configure/plugins.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/_install-and-configure/plugins.md b/_install-and-configure/plugins.md index b4a09ef392..fed0eb64aa 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.