logstash-mixin-http_client 6.0.1 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/lib/logstash/plugin_mixins/http_client.rb +0 -2
- data/logstash-mixin-http_client.gemspec +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e121585b655e92ec957627417439133896e8302d1f12143fc22ddd0299062cdf
|
|
4
|
+
data.tar.gz: f8e9dbdb50cc969ad80d1036140c7c5f088605c2d527608bac25ae9dcbbd631a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4547d9a4801f4632b066c4ca3c9ea57e4799f7ecde7b36b8074543d3f738e9c82eb32ad8c9f092ac9d79f7e086bbd4a65f3c2afda9976632db51e95c9fcd6fd
|
|
7
|
+
data.tar.gz: 9d89bd73ef02b6a8b5eecae7d1cd90e16cf6b4aad4d3beda9843e54d04e496aa43b4ffc9a7db9c79f8aa881ef425a3f23b4f0512627ae29d6f1c2cc9c780e0a4
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
|
@@ -52,8 +52,6 @@ module LogStash::PluginMixins::HttpClient
|
|
|
52
52
|
# See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[these docs for more info]
|
|
53
53
|
config :validate_after_inactivity, :validate => :number, :default => 200
|
|
54
54
|
|
|
55
|
-
config :ssl_certificate_validation, :obsolete => "This option is obsolete as it never worked correctly."
|
|
56
|
-
|
|
57
55
|
# If you need to use a custom X.509 CA (.pem certs) specify the path to that here
|
|
58
56
|
config :cacert, :validate => :path
|
|
59
57
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-mixin-http_client'
|
|
3
|
-
s.version = '
|
|
3
|
+
s.version = '7.0.0'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "AWS mixins to provide a unified interface for Amazon Webservice"
|
|
6
6
|
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"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-mixin-http_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 7.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -92,7 +92,9 @@ dependencies:
|
|
|
92
92
|
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: '0'
|
|
95
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
95
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
96
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
97
|
+
gem is not a stand-alone program
|
|
96
98
|
email: info@elastic.co
|
|
97
99
|
executables: []
|
|
98
100
|
extensions: []
|
|
@@ -126,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
128
|
version: '0'
|
|
127
129
|
requirements: []
|
|
128
130
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 2.
|
|
131
|
+
rubygems_version: 2.6.13
|
|
130
132
|
signing_key:
|
|
131
133
|
specification_version: 4
|
|
132
134
|
summary: AWS mixins to provide a unified interface for Amazon Webservice
|