mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
With #2320, Kafka was removed from the default install list to save ~30mb from the LS release package.
We had a discussion internally and arguments were made for having Kafka included back to make it consistent with the other packaged plugins. Moving forward (post v1.5), the idea is to have Logstash ship with a small list of plugins by default to reduce the install size. This would also allow users to only install plugins which are needed for their use-case. This is made easier by the recent plugin management infrastructure which can add/remove plugins at any time. Once we have more data on which plugins are popular, we will open an issue to only include those in the default package. Until then Kafka stays Fixes #2343
This commit is contained in:
parent
ce331957fa
commit
5d7119ff55
1 changed files with 2 additions and 0 deletions
|
@ -64,9 +64,11 @@ logstash-input-gelf
|
|||
logstash-output-lumberjack
|
||||
logstash-input-generator
|
||||
logstash-input-graphite
|
||||
logstash-output-kafka
|
||||
logstash-input-imap
|
||||
logstash-input-irc
|
||||
logstash-output-juggernaut
|
||||
logstash-input-kafka
|
||||
logstash-input-log4j
|
||||
logstash-input-lumberjack
|
||||
logstash-input-pipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue