fluent-plugin-dynamic-logzio 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
  SHA256:
3
- metadata.gz: 9c447220453304a2eda4b43e01b73cecdc92fae999e699a89ed19b891bea391d
4
- data.tar.gz: e8d6dabb1ee5c175a1d1068e79b7f602703011b6c1dbc1fa241226a14ea19b75
3
+ metadata.gz: 465156ff549cd1d740a9e7147a592b5ddede84d2bde2f8bb04625cebdb22b4f9
4
+ data.tar.gz: 3448416299a7ca7c6731f8412f775b943d2199ec099ba6273488700b3ef2e982
5
5
  SHA512:
6
- metadata.gz: 17be0d7f4736c65bc8d2f6efc13a7c9b837bb81b53bc7326e0628ef48b18c843b2d049a3d91897a900ff4b38369b852c4835a3b238698b9d72089bb97196dd7e
7
- data.tar.gz: 1d759807674f1c57cd448c12e9e03cd8146344cf4566744661a87d8862774a89c771a34c232d5251348fdf1b01b5b04b38c20e852828419503518cf129196086
6
+ metadata.gz: bdcb2de6e05b765da6817152f9dfe5f1447852332313b6eca7fb8764f0183a9b91b94ccfcd9b46f8ba8305f6d7e2c48faa397e18e21ef65e1ce943eecf4eeb32
7
+ data.tar.gz: d0d63680d149c2534d2dbe6f03609c79f417c7759be3c4a5a686595c7ffcbd2826c4fa691b6e43e8f3cc0b6638611b0591a560ceda8c210554d70237fe2efa8c
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'fluent-plugin-dynamic-logzio'
7
- s.version = '0.0.3'
7
+ s.version = '0.0.4'
8
8
  s.authors = ['Yury Kotov', 'Roi Rav-Hon', 'Arcadiy Ivanov', 'Stewart Powell']
9
9
  s.email = ['bairkan@gmail.com', 'roi@logz.io', 'arcadiy@ivanov.biz', 'stewart.powell@gmail.com']
10
10
  s.homepage = 'https://github.com/jwplayer'
@@ -10,7 +10,7 @@ module Fluent::Plugin
10
10
 
11
11
  config_param :logzio_url, :string, default: 'https://listener.logz.io:8071?'
12
12
  config_param :token, :string, default: nil
13
- config_param :log_type, :string, default: '&type=my_type'
13
+ config_param :log_type, :string, default: 'my_type'
14
14
 
15
15
  config_param :output_include_time, :bool, default: true
16
16
  config_param :output_include_tags, :bool, default: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-dynamic-logzio
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
  - Yury Kotov