slim down the skip list from plugins that are now released and accesible

Fixes #3128
This commit is contained in:
Pere Urbon-Bayes 2015-04-28 13:20:16 +02:00 committed by Jordan Sissel
parent 3dabba80fa
commit a01ffd4ee6

View file

@ -127,10 +127,6 @@ module LogStash
)
ALL_PLUGINS_SKIP_LIST = Regexp.union([
/^logstash-codec-cef$/,
/^logstash-input-gemfire$/,
/^logstash-output-gemfire$/,
/^logstash-filter-metricize$/,
/^logstash-filter-yaml$/,
/jms$/,
/example$/,
@ -138,9 +134,7 @@ module LogStash
/^logstash-output-logentries$/,
/^logstash-input-jdbc$/,
/^logstash-output-newrelic$/,
/^logstash-output-slack$/,
/^logstash-input-neo4j$/,
/^logstash-output-neo4j$/
/^logstash-output-slack$/
])