Skip to content

Commit ee3b9d0

Browse files
#184 fixed incorrect key in plugin metadata
Fixes #207
1 parent f0210b0 commit ee3b9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-input-kafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.test_files = s.files.grep(%r{^(test|spec|features)/})
1717

1818
# Special flag to let us know this is actually a logstash plugin
19-
s.metadata = { 'logstash_plugin' => 'true', 'group' => 'input'}
19+
s.metadata = { 'logstash_plugin' => 'true', 'logstash_group' => 'input'}
2020

2121
s.requirements << "jar 'org.apache.kafka:kafka-clients', '0.10.2.1'"
2222
s.requirements << "jar 'org.apache.logging.log4j:log4j-slf4j-impl', '2.8.2'"

0 commit comments

Comments
 (0)