fluent-plugin-mule 1.0.2 → 1.0.3
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 +4 -4
- data/lib/fluent/plugin/filter_mule.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a020de7142c52f64541804423e295c8f1a8644c
|
4
|
+
data.tar.gz: f3e1081cd9ff57ad2e8a03dd427f443663af8f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0656ad5ef69950545e59dc7b1031b16678a683dbcea305f0a549f639fd0797c39f6b86f861f87d61acb2f03883cc48405a988b7909d06c215e2a0963b1c21d0b
|
7
|
+
data.tar.gz: cadcf0b5edb345b766ecf52fd09428558ed75364550d460e4b6495a0cd05d426b9d7c0023db1a73e4d68509dbd1da12672998e4a7d419667f3423b44efe3fcf6
|
@@ -12,7 +12,7 @@ module Fluent
|
|
12
12
|
config_param :time_parse, :bool, :default => false
|
13
13
|
# 2016-12-09 14:50:51,330
|
14
14
|
config_param :time_format, :string, :default => '%Y-%m-%d %H:%M:%S,%L'
|
15
|
-
config_param :prefix, :string, :default => '
|
15
|
+
config_param :prefix, :string, :default => ''
|
16
16
|
|
17
17
|
def configure(conf)
|
18
18
|
super
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-mule
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Martinez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Extract entries from Mule log4j key-value pairs
|
14
14
|
email:
|
@@ -41,6 +41,6 @@ rubyforge_project:
|
|
41
41
|
rubygems_version: 2.0.14.1
|
42
42
|
signing_key:
|
43
43
|
specification_version: 4
|
44
|
-
summary: Fluentd filter plugin. Extracts fields from Mule/
|
44
|
+
summary: Fluentd filter plugin. Extracts fields from Mule/ESBUtils formatted entries
|
45
45
|
containing key value pairs
|
46
46
|
test_files: []
|