logstash-filter-kv 4.0.1 → 4.0.2

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: 010ddb862a2bcdf8e8a0eb272b1b6edbb9710169
4
- data.tar.gz: bfa43c0dcf9e9978f1fb8cc71cc6712f16c0c503
3
+ metadata.gz: f87cca5919e6483c8fdeaa48fd311f7a1e429081
4
+ data.tar.gz: 78e16f9eec1062544153acc29a04f40cbf340fc6
5
5
  SHA512:
6
- metadata.gz: 6da0c526856467869d33fa7878840af0d41543c27918c053cec520714d1b24dd141a1ccc01c8eb8d413b1a7c22e9754ba6854c38fc46f931570bc35db54ba342
7
- data.tar.gz: 01a782a29a6a9310eb0f70a1ff0c980c131e5a80cb8a3796ffd563cef169d35dc8f58cc1216f5156acd2959a0afddbd650257a24e863a1a7fc51f91448104224
6
+ metadata.gz: 9516ad7494a3f80e8b0624c69c8d591a35045ce5c0eacd8b68b932062805175781bbd8fe8d30fb9ff10a715892cc245ddf850f65da82c4f3dd12efa82aeef2b6
7
+ data.tar.gz: 5653ce57d384e579f784e26ec76ec5c5eb2763ff57ba025884953ea34f0fa07713ab81ef897cfb5260027ee01802efacaa2ae29e5a410291f94344fab9cef088
@@ -1,3 +1,6 @@
1
+ ## 4.0.2
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.0.0
2
5
  - breaking: trim and trimkey options are renamed to trim_value and trim_key
3
6
  - bugfix: trim_value and trim_key options now remove only leading and trailing characters (#10)
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Kv filter plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-kv'
4
- s.version = '4.0.1'
4
+ s.version = '4.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This filter helps automatically parse messages (or specific event fields) which are of the 'foo=bar' variety."
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.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement