We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0210b0 commit ee3b9d0Copy full SHA for ee3b9d0
logstash-input-kafka.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
s.test_files = s.files.grep(%r{^(test|spec|features)/})
17
18
# Special flag to let us know this is actually a logstash plugin
19
- s.metadata = { 'logstash_plugin' => 'true', 'group' => 'input'}
+ s.metadata = { 'logstash_plugin' => 'true', 'logstash_group' => 'input'}
20
21
s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.10.2.1'"
22
s.requirements << "jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.8.2'"
0 commit comments