logstash-filter-kv 4.3.2 → 4.3.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 +1 -1
- data/logstash-filter-kv.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: 224cad4699c558b68869188886233c5f9932777769e3b2231f96276369982ee5
|
|
4
|
+
data.tar.gz: d9933e603f3ab6a774ebada27d42bb2d62f829344598871b6d4834b98553e785
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80d20a98f5c89301ae155ffbababe7be169ec5d4bde567fcde0a0117169851a15158767e3bfbc089352bbe7423052aefb237c8e14a0c5d37e1fef3cef70afdf8
|
|
7
|
+
data.tar.gz: 2499f09c2c41b7eacdb0fb5a4db48d9ef2ffeaca3bfae8d7d089382ac9b769c06dbdf1685a72852fac21bba0844e66ba48bb3b7689d05b324e2cac832f4b2ab1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 4.3.3
|
|
2
|
+
- Fixed asciidoc formatting in docs
|
|
3
|
+
|
|
1
4
|
## 4.3.2
|
|
2
5
|
- Resolved potential race condition in pipeline shutdown where the timeout enforcer could be shut down while work was still in-flight, potentially leading to stuck pipelines.
|
|
3
6
|
- Resolved potential race condition in pipeline shutdown where work could be submitted to the timeout enforcer after it had been shutdown, potentially leading to stuck pipelines.
|
data/docs/index.asciidoc
CHANGED
|
@@ -360,7 +360,7 @@ with the provided value (see: <<plugins-{type}s-{plugin}-timeout_millis>>).
|
|
|
360
360
|
[id="plugins-{type}s-{plugin}-timeout_millis"]
|
|
361
361
|
===== `timeout_millis`
|
|
362
362
|
|
|
363
|
-
* Value type is <<number,
|
|
363
|
+
* Value type is <<number,number>>
|
|
364
364
|
* The default value for this setting is 30000 (30 seconds).
|
|
365
365
|
* Set to zero (`0`) to disable timeouts
|
|
366
366
|
|
data/logstash-filter-kv.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-kv'
|
|
4
|
-
s.version = '4.3.
|
|
4
|
+
s.version = '4.3.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Parses key-value pairs"
|
|
7
7
|
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-filter-kv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|