logstash-codec-multiline 3.0.8 → 3.0.9

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: ce5eacc37c90338676c9d681731e33fb1d2ae99ea8dbd3d9fcd17350d83f4f89
4
- data.tar.gz: 50b12c373336b39dedf6e4ff6cd25138d139ea391a77740d144831fd6c9d8722
3
+ metadata.gz: cd8ef67f9e950b2a7e3cdce66e5e0f312e4f3b8744945c1f37567f678e8897b9
4
+ data.tar.gz: 89276e53b4cca07f377748f4788fe6673062b3769e45fdc6ff21d277d5cc8f7a
5
5
  SHA512:
6
- metadata.gz: 890d170c54db76d0780121e30f0be89ea2bcc8888c3b070e8dfb0cdfab5e1eab2e67112ac2707e6705d21cc8d8c23c809ae6ac15157fae48c83ec46146ac73c5
7
- data.tar.gz: 80b458246ecef45b03b13c62247f551baea4244fec6f1ba62caf0c4b869e31c80fa117029daa60a5f5ce8f4b0b5fffbb17a790633351c7e975df459c9035d53b
6
+ metadata.gz: 19f72ddf1623324f3d1e7c9d9b324c69ea76b9b92bbe993b75e044c763f242b4a673f87c93eaaf6680823ccd1327affe79d76e17c18516d2c7bbe3e8fee4a92b
7
+ data.tar.gz: '049bd9fe61bbc84efa1a8e04d929d703de193426aacd8e6f008a40125c21bbfb9a3150c44fcea37225a8bbde001e73b5a2ee6d8947ab645f90d0fe539c62dcf3'
@@ -1,3 +1,6 @@
1
+ ## 3.0.9
2
+ - Fixed concurrency issue causing random failures when multiline codec was used together with a multi-threaded input plugin
3
+
1
4
  ## 3.0.8
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -297,4 +297,9 @@ module LogStash module Codecs class Multiline < LogStash::Codecs::Base
297
297
  def auto_flush_runner
298
298
  @auto_flush_runner || AutoFlushUnset.new(nil, nil)
299
299
  end
300
+
301
+ def initialize_copy(source)
302
+ super
303
+ register
304
+ end
300
305
  end end end # class LogStash::Codecs::Multiline
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-multiline'
4
- s.version = '3.0.8'
4
+ s.version = '3.0.9'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Merges multiline messages 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/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-codec-multiline
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.8
4
+ version: 3.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2018-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.6.11
121
+ rubygems_version: 2.6.13
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Merges multiline messages into a single event