logstash-input-http_poller 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63daf40179c719d0fd7c376a2d8c1fa279697552
4
- data.tar.gz: 05c9c18886b2f3114247c96b37eb328a69a1b837
3
+ metadata.gz: a32f39048f5329848504f38c8c89cf5e997cdc9b
4
+ data.tar.gz: 6e9a910ca6dd641db1ce87e2b23f76d05249d128
5
5
  SHA512:
6
- metadata.gz: 4f73a27e95a7c1f59a8a859c26ecc055e969f3b0cdb354491d979612a2976ad48b2d97373c90cd0114fc5eede18b4159b601eb29467d14980b1dc1ac58c9348d
7
- data.tar.gz: 0cc5aa36f92953b3857a326188c2a17d9390cdad4b2a642f964ef2a2e13691bb4f3240a942292fa9dda7d608cfd61999d353df3bc1999a75dc6e6fb518e37919
6
+ metadata.gz: 5b20a8cefd5691306d89cbb68c52105adc50675a3a9f95e6fc39abe46f307ca5591cb88c4628e934805c902b03383eafe9e9c0b309c64e3999c1418a783407e6
7
+ data.tar.gz: 332c3f3e13855246c5bc821096558c9a58a65824491e107b2307d5c0366c3e20bf71c86af9683039414b1e1ea90d0b2f8a6df434bd27e82319c43d976ca313cf
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - Docs: Remove row in overview table to fix build error
3
+
1
4
  ## 4.0.2
2
5
  - Don't bleed URLs credentials on startup and on exception #82
3
6
 
@@ -115,7 +115,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
115
115
  | <<plugins-{type}s-{plugin}-retry_non_idempotent>> |<<boolean,boolean>>|No
116
116
  | <<plugins-{type}s-{plugin}-schedule>> |<<hash,hash>>|No
117
117
  | <<plugins-{type}s-{plugin}-socket_timeout>> |<<number,number>>|No
118
- | <<plugins-{type}s-{plugin}-ssl_certificate_validation>> |<<boolean,boolean>>|No
119
118
  | <<plugins-{type}s-{plugin}-target>> |<<string,string>>|No
120
119
  | <<plugins-{type}s-{plugin}-truststore>> |a valid filesystem path|No
121
120
  | <<plugins-{type}s-{plugin}-truststore_password>> |<<password,password>>|No
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-http_poller'
3
- s.version = '4.0.2'
3
+ s.version = '4.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Poll HTTP endpoints with Logstash."
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-http_poller
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-07 00:00:00.000000000 Z
12
+ date: 2017-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement