mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
slim down the skip list from plugins that are now released and accesible
Fixes #3128
This commit is contained in:
parent
3dabba80fa
commit
a01ffd4ee6
1 changed files with 1 additions and 7 deletions
|
@ -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$/
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue