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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c932489d8ea96944072ba699ae7fe54a695309b6
4
- data.tar.gz: 0a77979b26fc706bbfb79d0144da89f0adf120bb
3
+ metadata.gz: 5a020de7142c52f64541804423e295c8f1a8644c
4
+ data.tar.gz: f3e1081cd9ff57ad2e8a03dd427f443663af8f74
5
5
  SHA512:
6
- metadata.gz: edfdf6cfdbd002d9e43df0c736a6d3b0d3cf2171cd1a3b15451ed43e586255e569b82a62bfc41044852355576856614abbececda1a11a08eed29a31994625746
7
- data.tar.gz: 6ea5a6384fb7c6ac0a24b22deff3d25e5e87b51243c0e6846fb61ec63ec49824deada71f06e084ce4615ec4e6d7594b00693c9ba3e7fa91bd943a883a9579c97
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 => 'mule_'
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.2
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: 2016-12-16 00:00:00.000000000 Z
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/Log4j formatted entries
44
+ summary: Fluentd filter plugin. Extracts fields from Mule/ESBUtils formatted entries
45
45
  containing key value pairs
46
46
  test_files: []