fluent-plugin-gcp_pubsub 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: 60783593cbe8685e0cada1e71ccd42f09d5bdd46e4dea9b2c3e18cad4dfb2028
4
- data.tar.gz: 19b2bbfb3d48ec4358bc2a86234c16fee8c0938834d02b95bbea58ca8460109d
3
+ metadata.gz: c86218c759c8af51ae0d8639c7a13612c87b16508d317836757e06d13eceda59
4
+ data.tar.gz: fea8019e7ec8f4ed4147d07eb35a33892384da922fdcfc49d2214f2418599332
5
5
  SHA512:
6
- metadata.gz: ae81a998a7315efd56dc7896471c0236ad126ea27985c6c598a42169517f1a83e353b8638d0ae10cf1e64a140603de88f48b7741796ea1a38f55f58cb1397dc3
7
- data.tar.gz: 2eff45710054c14f6c69fd674a7e95f0a221096f21b68bc028b3b10ca8bf6f0dd2a94651a7ddff79e6789a8c2d170acead3d4d3049649f32708af227c5f278e9
6
+ metadata.gz: b911368a7f95639127a03dd8a9f7a79da8c570f9a4e0f1d2117884fa2c86da938e9819af004dc295d43ec69e1754047fdca984065edb347c5b69300c6408dc33
7
+ data.tar.gz: c64eae5ef0beae64ab8de974daac290f67452937b907502f8f44f5ccd02e4bf88d700ed2baaa4da12b2d420a78220b98138efc1d3b3e80bdd9f29f27d8232fb7
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["johnmac@guardsight.com"]
11
11
  spec.license = "GPL-3.0"
12
12
  spec.summary = "Fluentd plugin for Google Cloud Pub/Sub"
13
- spec.description = "A plugin for the Fluentd event collection agent that provides a coupling between a GuardSight SPOP and Google Cloud Pub/Sub"
13
+ spec.description = "A plugin for the Fluentd event collection agent that provides Google Cloud Pub/Sub support"
14
14
  spec.homepage = "https://github.com/guardsight/fluent-plugin-gsvsoc_pubsub"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module GsvsocPubsub
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
6
6
  end
7
7
  end
@@ -79,7 +79,7 @@ module Fluent
79
79
  end
80
80
 
81
81
  def format(tag, time, record)
82
- record
82
+ record.to_json
83
83
  end
84
84
 
85
85
  def publish(giw = 0, data, attributes)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-gcp_pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - pivelpin
@@ -122,8 +122,8 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: A plugin for the Fluentd event collection agent that provides a coupling
126
- between a GuardSight SPOP and Google Cloud Pub/Sub
125
+ description: A plugin for the Fluentd event collection agent that provides Google
126
+ Cloud Pub/Sub support
127
127
  email:
128
128
  - johnmac@guardsight.com
129
129
  executables: []