Skip to content

Commit c76796e

Browse files
committed
list plugins that compose the integration
1 parent a882581 commit c76796e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

logstash-integration-aws.gemspec

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,22 @@ Gem::Specification.new do |s|
77
s.authors = ["Elastic"]
88
s.email = "[email protected]"
99
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10-
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "integration" }
10+
s.metadata = {
11+
"logstash_plugin" => "true",
12+
"logstash_group" => "integration",
13+
"integration_plugins" => %w(
14+
logstash-codec-cloudfront
15+
logstash-codec-cloudtrail
16+
logstash-input-cloudwatch
17+
logstash-input-s3
18+
logstash-input-sqs
19+
logstash-mixin-aws
20+
logstash-output-cloudwatch
21+
logstash-output-s3
22+
logstash-output-sns
23+
logstash-output-sqs).join(",")
24+
}
25+
1126

1227
s.require_paths = ["lib"]
1328
s.files = Dir["lib/**/*","spec/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT", "VERSION", "docs/**/*"]

0 commit comments

Comments
 (0)