logstash-mixin-http_client 5.1.0 → 5.2.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/logstash/plugin_mixins/http_client.rb +1 -1
- data/logstash-mixin-http_client.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed78a82f16f472a36812afbe4c003bc7d0632912
|
|
4
|
+
data.tar.gz: a2d6f940c032e18375504a2080142a1f5c0385f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21060103bb87eeeb962f18c6fa77d8d297118e610b068545eeb05205afe534f48eb6282a3c6d0edc95b33be02b29791b78c48bc1d15dbc390b31fa424ee30527
|
|
7
|
+
data.tar.gz: b29946b85b4cab134fcaee0fc2686ca7b85d80b7748b4c76f4dc84c78b790513e05e6e5da4c71379957abb1b33e7f5b113ed53508317a885bd62de57f8889a98
|
data/CHANGELOG.md
CHANGED
|
@@ -52,7 +52,7 @@ 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, :
|
|
55
|
+
config :ssl_certificate_validation, :deprecated => "This never worked correctly and is now deprecated and a noop"
|
|
56
56
|
|
|
57
57
|
# If you need to use a custom X.509 CA (.pem certs) specify the path to that here
|
|
58
58
|
config :cacert, :validate => :path
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-mixin-http_client'
|
|
3
|
-
s.version = '5.
|
|
3
|
+
s.version = '5.2.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: 5.
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-05-
|
|
11
|
+
date: 2017-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|