Skip to content

Commit d72f5a8

Browse files
committed
Put back normalize mixin dependency.
1 parent cbf0f7e commit d72f5a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logstash-filter-elasticsearch.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
88
s.authors = ["Elastic"]
99
s.email = 'info@elastic.co'
10-
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
10+
s.homepage = "https://elastic.co/logstash"
1111
s.require_paths = ["lib"]
1212

1313
# Files
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_runtime_dependency 'elasticsearch', ">= 7.14.9" # LS >= 6.7 and < 7.14 all used version 5.0.5
2525
s.add_runtime_dependency 'manticore', ">= 0.7.1"
2626
s.add_runtime_dependency 'logstash-mixin-ca_trusted_fingerprint_support', '~> 1.0'
27+
s.add_runtime_dependency 'logstash-mixin-normalize_config_support', '~>1.0'
2728
s.add_development_dependency 'cabin', ['~> 0.6']
2829
s.add_development_dependency 'webrick'
2930
s.add_development_dependency 'logstash-devutils'

0 commit comments

Comments
 (0)