mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Remove some plugins that failed the build when creating the tar.gz
Fixes #5054
This commit is contained in:
parent
5fffa324fc
commit
37bbfba0b9
1 changed files with 7 additions and 1 deletions
|
@ -144,7 +144,13 @@ module LogStash
|
|||
/^logstash-output-webhdfs$/,
|
||||
/^logstash-input-rackspace$/,
|
||||
/^logstash-output-rackspace$/,
|
||||
/^logstash-input-dynamodb$/
|
||||
/^logstash-input-dynamodb$/,
|
||||
/^logstash-filter-language$/,
|
||||
/^logstash-input-heroku$/,
|
||||
/^logstash-output-google_cloud_storage$/,
|
||||
/^logstash-input-journald$/,
|
||||
/^logstash-input-log4j2$/,
|
||||
/^logstash-codec-cloudtrail$/
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue