Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Feat: support ssl_verification_mode option
  • Loading branch information
kares committed Feb 1, 2022
commit 9340af57439cd0282b517f336caf1a3a179ea47e
4 changes: 2 additions & 2 deletions logstash-input-http_poller.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-http_poller'
s.version = '5.1.0'
s.version = '5.2.0'
s.licenses = ['Apache License (2.0)']
s.summary = "Decodes the output of an HTTP API into events"
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"
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'logstash-mixin-http_client', "~> 7"
s.add_runtime_dependency "logstash-mixin-http_client", ">= 7.1.0"
s.add_runtime_dependency 'stud', "~> 0.0.22"
s.add_runtime_dependency 'rufus-scheduler', "~>3.0.9"
s.add_runtime_dependency 'logstash-mixin-ecs_compatibility_support', '~>1.3'
Expand Down