mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Add translate filter to default filter list (#7713)
This commit is contained in:
parent
c86c346765
commit
23b8d4d948
2 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue