logstash-codec-multiline 3.0.7 → 3.0.8
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 +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-codec-multiline.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ce5eacc37c90338676c9d681731e33fb1d2ae99ea8dbd3d9fcd17350d83f4f89
|
|
4
|
+
data.tar.gz: 50b12c373336b39dedf6e4ff6cd25138d139ea391a77740d144831fd6c9d8722
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 890d170c54db76d0780121e30f0be89ea2bcc8888c3b070e8dfb0cdfab5e1eab2e67112ac2707e6705d21cc8d8c23c809ae6ac15157fae48c83ec46146ac73c5
|
|
7
|
+
data.tar.gz: 80b458246ecef45b03b13c62247f551baea4244fec6f1ba62caf0c4b869e31c80fa117029daa60a5f5ce8f4b0b5fffbb17a790633351c7e975df459c9035d53b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-codec-multiline'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.8'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
|
-
s.summary = "
|
|
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"
|
|
8
8
|
s.authors = ["Elastic"]
|
|
9
9
|
s.email = 'info@elastic.co'
|
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.
|
|
4
|
+
version: 3.0.8
|
|
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
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,7 +72,9 @@ dependencies:
|
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
75
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
76
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
77
|
+
gem is not a stand-alone program
|
|
76
78
|
email: info@elastic.co
|
|
77
79
|
executables: []
|
|
78
80
|
extensions: []
|
|
@@ -116,10 +118,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
118
|
version: '0'
|
|
117
119
|
requirements: []
|
|
118
120
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 2.
|
|
121
|
+
rubygems_version: 2.6.11
|
|
120
122
|
signing_key:
|
|
121
123
|
specification_version: 4
|
|
122
|
-
summary:
|
|
124
|
+
summary: Merges multiline messages into a single event
|
|
123
125
|
test_files:
|
|
124
126
|
- spec/codecs/auto_flush_spec.rb
|
|
125
127
|
- spec/codecs/identity_map_codec_spec.rb
|