elastic / elastic/logstash

Uninstalling multi plugins

Open
#4,943 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.