mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
ad2b4ac1d1
commit
e0124bb30a
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
require 'octokit'
|
||||
skiplist = Regexp.union([ /^logstash-codec-cef$/, /^logstash-input-gemfire$/, /^logstash-output-gemfire$/,
|
||||
/^logstash-input-couchdb_changes$/, /^logstash-filter-metricize$/, /^logstash-filter-yaml$/, /example/])
|
||||
skiplist = Regexp.union([ /^logstash-codec-cef$/, /^logstash-input-gemfire$/, /^logstash-output-gemfire$/, /^logstash-filter-metricize$/, /^logstash-filter-yaml$/, /jms$/, /example$/])
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue