fluent-plugin-multiline-extended 1.0.1 → 1.0.2
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.
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/fluent-plugin-multiline-extended.gemspec +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -91,7 +91,7 @@ Or, if you're using td-client, you can call td-client's gem command
|
|
|
91
91
|
```
|
|
92
92
|
<source>
|
|
93
93
|
path <filename>
|
|
94
|
-
type
|
|
94
|
+
type tail_multiline_extended
|
|
95
95
|
format multiline_extended
|
|
96
96
|
splitter_matches (head or tail -- defaults to head)
|
|
97
97
|
splitter_regex (regex for splitting events which can contain newlines)
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = 'fluent-plugin-multiline-extended'
|
|
7
|
-
gem.version = '1.0.
|
|
7
|
+
gem.version = '1.0.2'
|
|
8
8
|
gem.authors = ['Alex Yamauchi']
|
|
9
9
|
gem.email = ['alex.yamauchi@hotschedules.com']
|
|
10
10
|
gem.licenses = [ 'Apache-2.0']
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-multiline-extended
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Yamauchi
|
metadata.gz.sig
CHANGED
|
Binary file
|