Uninstalling multi plugins
Open
enhancement
plugin manager
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
Hi, it is possible to add a functionality to install a few plugins with one command:
`/opt/logstash/bin/logstash-plugin uninstall logstash-input-rabbitmq logstash-input-redis logst
ash-input-s3 logstash-input-snmptrap
ERROR: too many arguments
See: 'bin/plugin uninstall --help'`
for now i must use something like that:
`for i in logstash-input-irc logstash-input-imap; do /opt/logstash/bin/logstash-plugin uninstall $i; done`
This could be useful also for install or update more than one plugin :)
Contributor guide
Assessment
This issue has not been assessed yet.