belong-plugin-rds-pgsql-log 0.3.1 → 0.3.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: 267e5edc1911383cae44d361ef21b95de6d91ed3
4
- data.tar.gz: 03ce46a488050250e61591e52913aa8ee1e3241b
3
+ metadata.gz: 2e070e736295bebc126864f237f46537f2335a42
4
+ data.tar.gz: 9fc972d9578b9ba8b5fd9a05b0df06b366235ef5
5
5
  SHA512:
6
- metadata.gz: b75ff1e633584342f4786f79761310f5ea70bd0cd89ae814f36f9c55f0938a9cbfcfe8b4a4d24b257c5a5b1fbc1ea8db585d0d85f0d84cbf24438309659e997c
7
- data.tar.gz: 9f05d98fe5b3b23d421896b79fdc262e525105307acf4d28efc0820d6eef8f9261a44551735f8c86157275c698751329307eeaa8e62f9c0caa177a8a07be6df4
6
+ metadata.gz: e7d4615c110a444bb6151a07e915b1155a292a0a56ec04d2fc2fccc805b4a2c7bbf2913602e0ea191dd098e015f30f5c3c884908cb60b417b1bdfb6187bd68d0
7
+ data.tar.gz: c5a23549491ce80cddf04538727af1d3cbe344306892eda84a0b4b0ae87bf74f3dfc83c19bfde4139bba36295dd92a22187837d112bc84a2bd5d3f7ee9fc5a59
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "belong-plugin-rds-pgsql-log"
6
- spec.version = "0.3.1"
6
+ spec.version = "0.3.2"
7
7
  spec.authors = ["shinsaka", "phani"]
8
8
  spec.email = ["shinx1265@gmail.com", "phani@belong.co"]
9
9
  spec.summary = "Amazon RDS for PostgreSQL log input plugin"
@@ -203,7 +203,6 @@ class Fluent::Plugin::RdsPgsqlLogInput < Fluent::Plugin::Input
203
203
  # set a record
204
204
  unix_timestamp = Time.parse(line_match[:time]).to_i
205
205
  record = {
206
- "time" => line_match[:time],
207
206
  "unix_timestamp" => unix_timestamp,
208
207
  "host" => line_match[:host],
209
208
  "user" => line_match[:user],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: belong-plugin-rds-pgsql-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - shinsaka