logstash-codec-multiline 0.1.1 → 0.1.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: fbc8079a193b1eaf268980c3b94c19718e95f639
4
- data.tar.gz: 5e24a021a4aca8b06bca3eddb13a3c5c15e8f517
3
+ metadata.gz: 0ff8474b33b9b82383affee1bc307422ad689156
4
+ data.tar.gz: 964e11f06b19e1495da6953d46a19f59982d6333
5
5
  SHA512:
6
- metadata.gz: aae90760736384020c916dbbd3f029952469a9b5910bd9e287a4c56eae94fb4b3e47d94a9264d152e4d307aeb4e62cc961e5e5e095e1489ab604cbac164be0ae
7
- data.tar.gz: 61c3cdbc2fa91c8a861c1527fdf451ee0f19ea478e26e0df26aacdf5ddd6afa6f7f558ce0171ae2ab8b8f3e5b2df86ed2b2428a1e896b653d2d3ae6804526a97
6
+ metadata.gz: 3dd2f9826d64a416d12517021c62aec1e824cbf25261673225e63f9627008574cbaeffe77df72e8c9266cbea469a01b0f94de27771bcdbc70fb7c1d963aaa890
7
+ data.tar.gz: 35acfb1d738b88feea578bcc79c47b943a2c34981aaad02044f62350d8202259f36ad53137ddf2a095b69e4d9e805109bf0e210859c2beda5e71fe10810dc43b
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-multiline'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The multiline codec will collapse multiline messages and merge them into a single event."
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/plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elasticsearch"]
9
- s.email = 'richard.pijnenburg@elasticsearch.com'
9
+ s.email = 'info@elasticsearch.com'
10
10
  s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-multiline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
@@ -73,7 +73,7 @@ dependencies:
73
73
  prerelease: false
74
74
  type: :development
75
75
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
76
- email: richard.pijnenburg@elasticsearch.com
76
+ email: info@elasticsearch.com
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []