logstash-filter-split 3.1.3 → 3.1.4

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: 310d77d71998a2f9449694e33470dc9c511bcffd
4
- data.tar.gz: a5edd1fafda58318f37f654aff75d9ecd7c4f673
3
+ metadata.gz: 33dbc5588bc166afa6ef1199afea73f4c644c2c7
4
+ data.tar.gz: f0d2a96d3759dc1a809c2126d2beda353f9acd94
5
5
  SHA512:
6
- metadata.gz: 21444628296418cb1ea8796bf128981dfd8324bc22ed8895b5e0bfb4547839a993324251c370aa075390f994ca2ead72dfa742a9a191b4afda3f7291904b94d0
7
- data.tar.gz: 64148e84ad8a29d06cb18d0b57a126db459a161c6a3441b4f93d6e751a35fff132a2e688526e81632057c19aebe3d5f8edf5b457051273172a2d06d4899fc255
6
+ metadata.gz: 62e72d2b827b66aafc64e659ac6fb834ddfa4b96a7b9e054c81d3ea700407ec6a8347c54ba73046a555fddf62fd7991a617c3d9e89df0fe2db264af4a01474cf
7
+ data.tar.gz: ab463ad21a49dcc8bbfd5b9b9e6d4c679b0efb238ed87b9fb5832d025c6620542dd4f330c8903a6751cf834718323252d974a918a48e22abbf649224620cf2bc
@@ -1,3 +1,6 @@
1
+ ## 3.1.4
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.1.3
2
5
  - Improved performance by no longer cloning the source field if it is the same as the target field
3
6
  ## 3.1.1
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-split'
4
- s.version = '3.1.3'
4
+ s.version = '3.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The split filter is for splitting multiline messages into separate events."
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-split
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
4
+ version: 3.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-26 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