fluent-plugin-lazy-json-parser 0.0.3 → 0.0.4

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: 53652dd74a52044e1f792c68550a3b3d3d9ae3d7
4
- data.tar.gz: 4d30401cde13eaf73a2d7580ca3f3ee4c9e4878e
3
+ metadata.gz: 2913fbd774ec7bb546b21bb846d38b0f7a5e749d
4
+ data.tar.gz: 4cacb79fea2cf3e9d8a7c8f6108ae17ae225475a
5
5
  SHA512:
6
- metadata.gz: fb92079ce477ad1f9b062b93d62622dc3aa9023b690793226ea8e896ef92c6cc1d4ed84d2274018dcf512859b396dad108ad4dd88687fd1f89ad2aff011581b4
7
- data.tar.gz: e7bda3df9fe27bc0cb74789b842e66bca79dac21b29992a6dd4f7caf0d1635bf04ef38a9b6c506f45aa2b71ff2587f75619534ca3ddfca992bdd9552347fa94d
6
+ metadata.gz: 5a8803d9709013ff937193492a84a7a0cfc1fd675c21909c0ec7f03c7084fd5daeece5bf294f804fdd81a87dfc3f77a799f75aada9ed758227baf0637617c79e
7
+ data.tar.gz: 0e33e4cec003a30abcd618e61cb132f13c0966bf7a39a3434482f45e8ee252215f7f38050a4604a9229b78efe45cab71af35f8bfad09ee3c4807982209798711
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = "fluent-plugin-lazy-json-parser"
4
- gem.version = "0.0.3"
4
+ gem.version = "0.0.4"
5
5
  gem.authors = ["mathpl"]
6
6
  gem.email = ["math.pay@gmail.com"]
7
7
  gem.description = %q{fluentd plugin to json parse single field if possible or simply forward the data if impossible. Can also combine log structure into single field}
@@ -1,6 +1,6 @@
1
1
  require_relative './parser'
2
2
 
3
- class Fluent::ParserOutput < Fluent::Output
3
+ class Fluent::LazyJsonParserOutput < Fluent::Output
4
4
  Fluent::Plugin.register_output('lazy_json_parser', self)
5
5
  config_param :tag, :string, :default => nil
6
6
  config_param :reserve_data, :bool, :default => false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-lazy-json-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - mathpl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-20 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake