remove jms from skip list

Fixes #5555
This commit is contained in:
Pere Urbon-Bayes 2016-06-27 09:56:09 +02:00
parent 8fc605d164
commit eb0075daf9

View file

@ -116,7 +116,6 @@ module LogStash
ALL_PLUGINS_SKIP_LIST = Regexp.union([
/^logstash-filter-yaml$/,
/jms$/,
/example$/,
/drupal/i,
/^logstash-output-logentries$/,