fluent-plugin-norikra 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 15fd701a1f7292330d4194352d96518347ec9ae9
4
- data.tar.gz: c2933984c912bdbdd3a07623a1e1a74fe2204839
3
+ metadata.gz: 71017ddccba0d0f2d363b0eec6355267f8842ed0
4
+ data.tar.gz: ebc23dd872cd8dc2768ffb13948f797d72a5a681
5
5
  SHA512:
6
- metadata.gz: e159da05aaa724db968679bfcd55ffe32f98c91cd65105de506838e643fce5c42a6ea5979f06afd4b35ed9128b48db898ca1173ca5db55b31eefb1f3877fae76
7
- data.tar.gz: 4505078afa2c522412f74d0b401a89a8f856c6ae318c43aadd15f0895b1e280b3d84d1c1db23c1e585c5d0d9c8d829a9bc25eaa8235d88a10cab2bf78b577a62
6
+ metadata.gz: 66cb01a5d5e1a999f05c811325b657f629edf668c4b93184f2dc83ded630789a7f953014a075b2cabee6cb9eb6ee13cebec1e678e77e284bd46d396db5fd41a5
7
+ data.tar.gz: 97028450465195e96930f4f9e196fa429ee6285b3fb872e0ea31e8cc2239660be8181b8e04223c9ccf012d6c9e826552a95f4c046ed60da3199c237e1537f488
@@ -0,0 +1,15 @@
1
+ <source>
2
+ type forward
3
+ </source>
4
+
5
+ <match event.*>
6
+ type norikra
7
+ norikra localhost:26571 # this is default
8
+
9
+ remove_tag_prefix event
10
+ target_map_tag yes
11
+
12
+ <default>
13
+ auto_field false
14
+ </default>
15
+ </match>
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "fluent-plugin-norikra"
5
- spec.version = "0.0.7"
5
+ spec.version = "0.0.8"
6
6
  spec.authors = ["TAGOMORI Satoshi"]
7
7
  spec.email = ["tagomoris@gmail.com"]
8
8
  spec.description = %q{process events on fluentd with SQL like query, with built-in Norikra server if needed.}
@@ -145,7 +145,7 @@ class Fluent::NorikraOutput
145
145
  raise ArgumentError, "invalid section for this class, #{section.name}: ConfigSection"
146
146
  end
147
147
 
148
- @auto_field = section['auto_field']
148
+ @auto_field = Fluent::Config.bool_value(section['auto_field'])
149
149
 
150
150
  @filter_params = {
151
151
  :include => section['include'],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-norikra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGOMORI Satoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-16 00:00:00.000000000 Z
11
+ date: 2013-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: norikra-client
@@ -81,6 +81,7 @@ files:
81
81
  - README.md
82
82
  - Rakefile
83
83
  - example/blank.conf
84
+ - example/blank2.conf
84
85
  - example/example1.conf
85
86
  - example/test1.conf
86
87
  - example/test2.conf