fluent-plugin-grassland 0.1.0 → 0.1.2
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 +4 -4
- data/README.md +4 -5
- data/fluent-plugin-grassland.gemspec +1 -1
- data/lib/fluent/plugin/out_grassland.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9195c32ee24655ab37d4343f3399fd5bc59b5a4
|
|
4
|
+
data.tar.gz: 1aaeb74d295f877d03835305d3a07f76e7914b3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9e46aa19565ec3c276ed0c83dfb5c5c680a312ce1f5d3d96d574da4d6ffb35366378480e6d7edea8a3a761ae887d37a3282e162f2429f3ad3f61be5c20b1191
|
|
7
|
+
data.tar.gz: e662ca710b35b7bddbbc19c58df5f85b998da0b883174653ee8fa14574bc3a1cf7f41e796a48bf4aa419672515a6affcf91dc25e1abe6d23fc9d1f94ab425684
|
data/README.md
CHANGED
|
@@ -5,11 +5,12 @@ Output filter plugin for Grassland
|
|
|
5
5
|
[](http://badge.fury.io/rb/fluent-plugin-grassland)
|
|
6
6
|
|
|
7
7
|
## Notice
|
|
8
|
-
* このアプリケーションはまだテスト中です。
|
|
9
|
-
|
|
10
8
|
本アプリケーションはFluentdのGrassland用プラグインです。
|
|
11
9
|
[Fluentdをインストール](http://docs.fluentd.org/categories/installation)してからご利用下さい。
|
|
12
10
|
|
|
11
|
+
[GRASSLANDのWebサイトはこちら](https://grassland.biz/)
|
|
12
|
+
|
|
13
|
+
|
|
13
14
|
## Installation
|
|
14
15
|
|
|
15
16
|
__Gemfileに記載する場合__
|
|
@@ -85,8 +86,7 @@ $logger = FluentLogger::open("localhost", "24224");
|
|
|
85
86
|
|
|
86
87
|
$param = array(
|
|
87
88
|
'dt' => 'データID',
|
|
88
|
-
'
|
|
89
|
-
'pt' => '(optional)データの発生時刻(ISO 8601準拠の文字列, Ex. "2014-04-01T12:00:00+09:00")',
|
|
89
|
+
'pt' => '(optional)データの発生時刻(ISO 8601準拠の文字列、又はUnixtimestamp(秒), Ex. "2014-04-01T12:00:00+09:00" or "1432698912")',
|
|
90
90
|
'd' => array(
|
|
91
91
|
'任意のキー1' => array('任意のキー2' => '集計を行いたいデータ'),
|
|
92
92
|
'(optional)任意のキー1' => array('任意のキー2' => '集計を行いたいデータ'),
|
|
@@ -143,7 +143,6 @@ logger.configure('grassland', {
|
|
|
143
143
|
|
|
144
144
|
var param = {
|
|
145
145
|
dt: 'データID',
|
|
146
|
-
uid: '(optional)お客様のサービスのユーザID',
|
|
147
146
|
pt: '(optional)データの発生時刻(ISO 8601準拠の文字列 Ex. "2014-04-01T12:00:00+09:00")',
|
|
148
147
|
d: {
|
|
149
148
|
'任意のキー1': {'任意のキー2': '(int)集計を行いたいデータ'},
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = 'fluent-plugin-grassland'
|
|
7
|
-
spec.version = '0.1.
|
|
7
|
+
spec.version = '0.1.2'
|
|
8
8
|
spec.authors = ['Ripplation Inc.']
|
|
9
9
|
# spec.email = ['xxxxxx@ripplation.co.jp']
|
|
10
10
|
spec.description = 'Output filter plugin for Grassland'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-grassland
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ripplation Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|