logstash-mixin-http_client 5.2.1 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -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: a3c224e60ff36020f69a6c8633e2deac0edfbbe3
|
4
|
+
data.tar.gz: eadd4afd3695bd2d6a4ec584bc30e8629c726678
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5867694a114c08591020775db41a9a533d960e54ee84e2b5cc3a711e728eb3c9f31fb94a53b22423c43ec55521c7889983cf1467f7d9de23dbe8c8e1f37c8841
|
7
|
+
data.tar.gz: 731d004eb4b9bdcfb18aa07c4a5bf428f7611f6a374247c6fae7432f7ab6a5728446ae369c03aec919bf5bee718ddcaf840471c0959fdf13b6a486add6001aff
|
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, :obsolete => "This option is obsolete as it never worked correctly."
|
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 = '
|
3
|
+
s.version = '6.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: 6.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: 2017-
|
11
|
+
date: 2017-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|