Add translate filter to default filter list (#7713)

This commit is contained in:
Suyog Rao 2017-07-17 10:43:24 -07:00 committed by GitHub
parent c86c346765
commit 23b8d4d948
2 changed files with 8 additions and 0 deletions

View file

@ -60,6 +60,7 @@ gem "logstash-filter-sleep"
gem "logstash-filter-split"
gem "logstash-filter-syslog_pri"
gem "logstash-filter-throttle"
gem "logstash-filter-translate"
gem "logstash-filter-urldecode"
gem "logstash-filter-useragent"
gem "logstash-filter-xml"

View file

@ -251,6 +251,13 @@
"test-vendor-plugins": false,
"skip-list": false
},
"logstash-filter-translate": {
"default-plugins": true,
"core-specs": false,
"test-jar-dependencies": false,
"test-vendor-plugins": false,
"skip-list": false
},
"logstash-filter-urldecode": {
"default-plugins": true,
"core-specs": false,