logstash-filter-kv 4.3.0 → 4.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8b4c710387a809508f0e21af10fbaa40ba7e5d5767ed7a104b56445c98eef97
4
- data.tar.gz: 717b1f7c691c20ff4bcf0faa009dee6e15246915542872625c91d3499a51910a
3
+ metadata.gz: 9cb63418024cd83a07e3a1e9d0db30b8b8274abd7f35c510f0c201a23cc4186f
4
+ data.tar.gz: 5714cdc93d81b6fb667700b3d1667426031d3df240894bea5275a031739449ef
5
5
  SHA512:
6
- metadata.gz: 732251129f69923ea68133b38d6aa5e346b67d124903f3c3e98a113f6b508aebe498fbe1329b4dc44589600d8423a442331b70cc4d8dfe6d51cbbd3c93bf58fd
7
- data.tar.gz: 9f348a9d4318ab77337292b8fbfe17d717cce0bd2e192733f835cd943bc21a00ccb672ba26ec812470b77a8d620caa3a922b9056cf6e1f9b82389e7936d82bb7
6
+ metadata.gz: 7973b8e55a4ad5c215da44a1b1ae487c19ad4ec6ba8e47425f61f4667fb73e463100d8a5357e8ca7e4f294265554052e5c2c3ff21f6c497dacbe0bfeaa64d008
7
+ data.tar.gz: '0956a1d87055c01ebf6aebfa0b2dcf4aa27b680d110192404b0d92db4dbfcb1a5f40cb259dbca820b22e3a3acc9d5dc14f6ffcce4d37d94b5925594bbac76ad2'
@@ -1,3 +1,6 @@
1
+ ## 4.3.1
2
+ - Fixed asciidoc formatting in documentation [#81](https://github.com/logstash-plugins/logstash-filter-kv/pull/81)
3
+
1
4
  ## 4.3.0
2
5
  - Added a timeout enforcer which prevents inputs that are pathological against the generated parser from blocking
3
6
  the pipeline. By default, timeout is a generous 30s, but can be configured or disabled entirely with the new
@@ -146,7 +146,7 @@ A string of characters to use as single-character field delimiters for parsing o
146
146
  These characters form a regex character class and thus you must escape special regex
147
147
  characters like `[` or `]` using `\`.
148
148
 
149
- #### Example with URL Query Strings
149
+ *Example with URL Query Strings*
150
150
 
151
151
  For example, to split out the args from a url query string such as
152
152
  `?pin=12345~0&d=123&e=foo@bar.com&oq=bobo&ss=12345`:
@@ -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.0'
4
+ s.version = '4.3.1'
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.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-25 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement