Update default plugins for 5.0

5.0 is a chance for us to review and remove any plugins that we don't have to bundle by default. These plugins are still supported and maintained, but the default package should only contain most popular, most used plugins.

Removed plugins:

logstash-filter-anonymize: Replaced with newer logstash-filter-fingerprint
logstash-input-zeromq/output: Not a lot of users. Most users seem to prefer rabbitmq, redis, kafka as broker

Please comment if you'd like to remove more/less

Fixes #5254
This commit is contained in:
Suyog Rao 2016-05-06 07:41:39 -10:00 committed by Suyog Rao
parent 9021c7d1ba
commit 1f775e61c6

View file

@ -4,7 +4,6 @@ module LogStash
# plugins included by default in the logstash distribution
DEFAULT_PLUGINS = %w(
logstash-input-heartbeat
logstash-output-zeromq
logstash-codec-collectd
logstash-output-xmpp
logstash-codec-dots
@ -18,10 +17,8 @@ module LogStash
logstash-codec-line
logstash-codec-msgpack
logstash-codec-multiline
logstash-codec-netflow
logstash-codec-plain
logstash-codec-rubydebug
logstash-filter-anonymize
logstash-filter-checksum
logstash-filter-clone
logstash-filter-csv
@ -34,7 +31,6 @@ module LogStash
logstash-filter-json
logstash-filter-kv
logstash-filter-metrics
logstash-filter-multiline
logstash-filter-mutate
logstash-filter-ruby
logstash-filter-sleep
@ -47,7 +43,6 @@ module LogStash
logstash-filter-xml
logstash-input-couchdb_changes
logstash-input-elasticsearch
logstash-input-eventlog
logstash-input-exec
logstash-input-file
logstash-input-ganglia
@ -74,7 +69,6 @@ module LogStash
logstash-input-udp
logstash-input-unix
logstash-input-xmpp
logstash-input-zeromq
logstash-input-kafka
logstash-input-beats
logstash-output-cloudwatch
@ -86,15 +80,11 @@ module LogStash
logstash-output-ganglia
logstash-output-gelf
logstash-output-graphite
logstash-output-hipchat
logstash-output-http
logstash-output-irc
logstash-output-juggernaut
logstash-output-lumberjack
logstash-output-nagios
logstash-output-nagios_nsca
logstash-output-null
logstash-output-opentsdb
logstash-output-pagerduty
logstash-output-pipe
logstash-output-rabbitmq