fluent-plugin-google-cloud 0.7.24 → 0.7.25
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/Gemfile.lock +2 -2
- data/README.rdoc +2 -4
- data/fluent-plugin-google-cloud.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89427f2aab235046a1d959d81d19a26fceeb0d4c54dae2df843d5fe70173066f
|
|
4
|
+
data.tar.gz: 6f79fae5f86701f8f5a1bf2bbb9cb591d8015bebe4e5265802fd082809d32ba7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa43b2f4f2e41bb8f8dcb47d1e02681c2e186227c8f88fcd3796187bf20e5f7896b59d1251123629172e6e2c5d11e3a390ff91adf92be54eaec19684176a6df7
|
|
7
|
+
data.tar.gz: beb857a9ef37a97ff7124bc35ac3de2108e0fa203a70165f36db09d49253285120a41c81028af5379480c379e66753e69f4f734fc7d945e757bf9f265df2e858
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-google-cloud (0.7.
|
|
4
|
+
fluent-plugin-google-cloud (0.7.25)
|
|
5
5
|
fluentd (= 1.6.3)
|
|
6
6
|
google-api-client (= 0.30.8)
|
|
7
7
|
google-cloud-logging (= 1.6.6)
|
|
@@ -91,7 +91,7 @@ GEM
|
|
|
91
91
|
httpclient (2.8.3)
|
|
92
92
|
json (2.2.0)
|
|
93
93
|
jwt (2.2.1)
|
|
94
|
-
memoist (0.16.
|
|
94
|
+
memoist (0.16.1)
|
|
95
95
|
metaclass (0.0.4)
|
|
96
96
|
mini_mime (1.0.2)
|
|
97
97
|
mocha (1.9.0)
|
data/README.rdoc
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
= Google Cloud Logging plugin for {fluentd}[http://github.com/fluent/fluentd]
|
|
2
2
|
|
|
3
3
|
fluent-plugin-google-cloud gem includes two plugins:
|
|
4
|
-
1. A {filter plugin for fluentd}[https://docs.fluentd.org/filter]
|
|
5
|
-
|
|
6
|
-
2. An {output plugin for fluentd}[https://docs.fluentd.org/output]
|
|
7
|
-
which sends logs to the {Stackdriver Logging API}[https://cloud.google.com/logging/docs/api/].
|
|
4
|
+
1. A {filter plugin for fluentd}[https://docs.fluentd.org/filter] that embeds insertIds into log entries to guarantee order and uniqueness.
|
|
5
|
+
2. An {output plugin for fluentd}[https://docs.fluentd.org/output] which sends logs to the {Stackdriver Logging API}[https://cloud.google.com/logging/docs/api/].
|
|
8
6
|
|
|
9
7
|
This is an official Google Ruby gem.
|
|
10
8
|
|
|
@@ -10,7 +10,7 @@ eos
|
|
|
10
10
|
gem.homepage =
|
|
11
11
|
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
|
|
12
12
|
gem.license = 'Apache-2.0'
|
|
13
|
-
gem.version = '0.7.
|
|
13
|
+
gem.version = '0.7.25'
|
|
14
14
|
gem.authors = ['Stackdriver Agents Team']
|
|
15
15
|
gem.email = ['stackdriver-agents@google.com']
|
|
16
16
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-google-cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stackdriver Agents Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-11-
|
|
11
|
+
date: 2019-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|