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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df5ba07211d6bcf88f92e51080f8a523b6fef81e
4
- data.tar.gz: e6ca862f355867828a35c813da9454bad84026b9
3
+ metadata.gz: f9195c32ee24655ab37d4343f3399fd5bc59b5a4
4
+ data.tar.gz: 1aaeb74d295f877d03835305d3a07f76e7914b3e
5
5
  SHA512:
6
- metadata.gz: 946e9a7c59e76e7d3557f28feb7d18079cd73f96f5989c51974f4d72c19f63f5092f1206371f5b3fe07195c92a4b222a4f81d5d671977312c2ad7883f8b29153
7
- data.tar.gz: d4665ae2ef872e8e83bf9e74d268392828598220a50e07d57147bd45246af9e822c31c112479d9959d78c287f6782756f53e042e2ff145ec2fa5f54cb2bb9146
6
+ metadata.gz: f9e46aa19565ec3c276ed0c83dfb5c5c680a312ce1f5d3d96d574da4d6ffb35366378480e6d7edea8a3a761ae887d37a3282e162f2429f3ad3f61be5c20b1191
7
+ data.tar.gz: e662ca710b35b7bddbbc19c58df5f85b998da0b883174653ee8fa14574bc3a1cf7f41e796a48bf4aa419672515a6affcf91dc25e1abe6d23fc9d1f94ab425684
data/README.md CHANGED
@@ -5,11 +5,12 @@ Output filter plugin for Grassland
5
5
  [![Gem Version](https://badge.fury.io/rb/fluent-plugin-grassland.svg)](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
- 'uid' => '(optional)お客様のサービスのユーザID',
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.0'
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'
@@ -8,7 +8,7 @@ module Fluent
8
8
 
9
9
  def initialize
10
10
  super
11
- require 'aws-sdk'
11
+ require 'aws-sdk-v1'
12
12
  require 'base64'
13
13
  require 'json'
14
14
  require 'logger'
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.0
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-04-23 00:00:00.000000000 Z
11
+ date: 2015-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd