简体   繁体   中英

Elasticsearch failed to install multiple plugins in one command

As stated in documentation, plugins can be installed through the following command:

$ sudo bin/elasticsearch-plugin install analysis-icu 

However, when installing with more than one plugins, the system prompted the followings

 $ sudo bin/elasticsearch-plugin install analysis-icu repository-s3
 ERROR: Found multiple arguments for option [arguments], but you asked for only one

https://github.com/elastic/elasticsearch/blob/master/docs/plugins/plugin-script.asciidoc

As of the latest version ES 7.5.2, you can only install one plugin at a time.

The ability to install multiple plugins at once has been added very recently and will only be available from ES 7.6 onwards, which has not yet been released. 7.6 should be coming out anytime now since there are only 2 issues and 4 PRs left open. Stay tuned...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM