logstash-input-http_poller 4.0.2 → 4.0.3
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 +3 -0
- data/docs/index.asciidoc +0 -1
- data/logstash-input-http_poller.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: a32f39048f5329848504f38c8c89cf5e997cdc9b
|
|
4
|
+
data.tar.gz: 6e9a910ca6dd641db1ce87e2b23f76d05249d128
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b20a8cefd5691306d89cbb68c52105adc50675a3a9f95e6fc39abe46f307ca5591cb88c4628e934805c902b03383eafe9e9c0b309c64e3999c1418a783407e6
|
|
7
|
+
data.tar.gz: 332c3f3e13855246c5bc821096558c9a58a65824491e107b2307d5c0366c3e20bf71c86af9683039414b1e1ea90d0b2f8a6df434bd27e82319c43d976ca313cf
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|