logstash-input-http_poller 5.5.0 → 5.5.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a45c26dfd75519de8544e929600b9fbff56d85ff91daf37f0e03f3c76fd6624d
|
|
4
|
+
data.tar.gz: 7fa56b3005fdd14a0d0fdeaf34e6da2cfbba41e8520991834f462a20dfbe4412
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d61feb2d7f15d955c8e6a6cbae7f377494871c8f22c6e627aa72aabdc72e9e3f0effa634a5027609e5b58493aa3effdc7203a59c58a850a4e77ec49c340f296f
|
|
7
|
+
data.tar.gz: 54b68d8607415252e81693f99e3d23056779fdc37f323ff34b14a2defbfc9d5d05aea5fd514878973a172b7c9c8dc0ef5d1a39c30cd29ca79d569eeff90b00ca
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 5.5.1
|
|
2
|
+
- [DOC]Remove redundant table items [#142](https://github.com/logstash-plugins/logstash-input-http_poller/pull/142)
|
|
3
|
+
|
|
1
4
|
## 5.5.0
|
|
2
5
|
- Added standardized SSL settings and deprecates their non-standard counterparts. Deprecated settings will continue to work, and will provide pipeline maintainers with guidance toward using their standardized counterparts [#141](https://github.com/logstash-plugins/logstash-input-http_poller/pull/141)
|
|
3
6
|
- Added new `ssl_truststore_path`, `ssl_truststore_password`, and `ssl_truststore_type` settings for configuring SSL-trust using a PKCS-12 or JKS trust store, deprecating their `truststore`, `truststore_password`, and `truststore_type` counterparts.
|
data/docs/index.asciidoc
CHANGED
|
@@ -156,7 +156,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
156
156
|
| <<plugins-{type}s-{plugin}-ssl_truststore_path>> |<<path,path>>|No
|
|
157
157
|
| <<plugins-{type}s-{plugin}-ssl_truststore_type>> |<<string,string>>|No
|
|
158
158
|
| <<plugins-{type}s-{plugin}-ssl_verification_mode>> |<<string,string>>, one of `["full", "none"]`|No
|
|
159
|
-
| <<plugins-{type}s-{plugin}-ssl_verification_mode>> |<<string,string>>|No
|
|
160
159
|
| <<plugins-{type}s-{plugin}-target>> |<<string,string>>|No
|
|
161
160
|
| <<plugins-{type}s-{plugin}-truststore>> |a valid filesystem path|__Deprecated__
|
|
162
161
|
| <<plugins-{type}s-{plugin}-truststore_password>> |<<password,password>>|__Deprecated__
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-http_poller'
|
|
3
|
-
s.version = '5.5.
|
|
3
|
+
s.version = '5.5.1'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "Decodes the output of an HTTP API into events"
|
|
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: 5.5.
|
|
4
|
+
version: 5.5.1
|
|
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: 2023-
|
|
12
|
+
date: 2023-11-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|