fluent-plugin-parse_multiple_value_query 0.0.1 → 0.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4d4b4c98f4d249b8fdf295c8d897bc5339aab35
|
4
|
+
data.tar.gz: 84a8d2bf6280767fd28b586f34ed98ce09f5a9e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9222b4f174ea83ba4d2e30a8a2b2453738c9f91ef97d0bdf290b570d43a7a7cda8ccced233fffa62a5f6c734d7080c91f17b26d472958b5ce42c2df17e6413a
|
7
|
+
data.tar.gz: c81f4e976a053c34eccabfbea1f270651886e5757876a6546dc91290166525a07489c4cafea57f87bd83da67487d83d88d13d5bee5ab6e9dcfb61bfd00956d08
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module Fluent
|
2
2
|
class ParseMultipleValueQueryOutput < Output
|
3
|
-
Fluent::Plugin.register_output('
|
3
|
+
Fluent::Plugin.register_output('parse_multiple_value_query', self)
|
4
4
|
|
5
5
|
config_param :key, :string
|
6
6
|
config_param :tag_prefix, :string, :default => 'parsed.'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-parse_multiple_value_query
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hirokazu Hata
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -195,3 +195,4 @@ summary: Fluentd plugin to parse query string with rails format
|
|
195
195
|
test_files:
|
196
196
|
- test/helper.rb
|
197
197
|
- test/plugin/test_out_parse_multiple_value_query.rb
|
198
|
+
has_rdoc:
|