update the default plugins exclude list for currently empty plugins

Fixes #3017
This commit is contained in:
Pere Urbon-Bayes 2015-04-15 10:30:03 +02:00 committed by Jordan Sissel
parent 484c9920e7
commit 058e9967a7

View file

@ -134,8 +134,12 @@ module LogStash
/jms$/,
/example$/,
/drupal/i,
/logstash-output-logentries$/,
/logstash-input-jdbc$/
/^logstash-output-logentries$/,
/^logstash-input-jdbc$/,
/^logstash-output-newrelic$/,
/^logstash-output-slack$/,
/^logstash-input-neo4j$/,
/^logstash-output-neo4j$/
])