fluent-plugin-google-cloud 0.7.18 → 0.7.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2ddda5aa95ea8a35b752e8483233eff7cd0194d08430de5e0b17933f4e156b7
4
- data.tar.gz: 0b6d29d7dd2b9906c02fddbc6c6c3e484231889b66ec04317dd2f40d7520ccdc
3
+ metadata.gz: 9a6a1532cca6c9c854060354f7033e54c3e7d48444a539433773210e87cb9cf4
4
+ data.tar.gz: a7f92ad506f29450b3a1158532b79dfaf5e2817139ec04d055e5ea94394bdb6d
5
5
  SHA512:
6
- metadata.gz: 513993cdd95f7aa6b00db740789b968cd64c71360891872c3e18562c9b4c5f5bb062e2e7813e43a9642ff04c014bb8e75d3890a3c843fa7d61c23192aa3b0c96
7
- data.tar.gz: f9fb4a6e35a0484ce6a7118ffc549ed0cd402dd3c95eadf9cd96b9cc4472674ebaf1f1cf4b2a75141cdb0ba125f28e1e7e4af83bf7216f927ae2db084a6b5cc9
6
+ metadata.gz: 7fb52248989794133fd84662dc7f22d934dfe38e66a354c22e4b18f17066a323da5f3f53349905aff32f5c1eee3d16662bda27e86d2d05ed61e0d905f9d7e520
7
+ data.tar.gz: a0444f813ab79bcaa538f528916c90b1c9443ee831cb50175fc178c75aba07294436327c5317f67bf1ef5f94b450f631941d116fd15b6abdfff1159365c996a1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.7.18)
4
+ fluent-plugin-google-cloud (0.7.19)
5
5
  fluentd (= 1.6.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
@@ -14,8 +14,8 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- addressable (2.6.0)
18
- public_suffix (>= 2.0.2, < 4.0)
17
+ addressable (2.7.0)
18
+ public_suffix (>= 2.0.2, < 5.0)
19
19
  ast (2.4.0)
20
20
  concurrent-ruby (1.1.5)
21
21
  cool.io (1.5.4)
@@ -55,7 +55,7 @@ GEM
55
55
  google-gax (~> 1.7)
56
56
  googleapis-common-protos-types (>= 1.0.2)
57
57
  stackdriver-core (~> 1.3)
58
- google-gax (1.7.0)
58
+ google-gax (1.7.1)
59
59
  google-protobuf (~> 3.2)
60
60
  googleapis-common-protos (>= 1.3.5, < 2.0)
61
61
  googleauth (>= 0.6.2, < 0.10.0)
@@ -92,13 +92,13 @@ GEM
92
92
  multi_json (1.13.1)
93
93
  multipart-post (2.1.1)
94
94
  os (1.0.1)
95
- parser (2.6.3.0)
95
+ parser (2.6.4.1)
96
96
  ast (~> 2.4.0)
97
97
  power_assert (1.1.5)
98
98
  powerpack (0.1.2)
99
99
  prometheus-client (0.9.0)
100
100
  quantile (~> 0.2.1)
101
- public_suffix (3.1.1)
101
+ public_suffix (4.0.1)
102
102
  quantile (0.2.1)
103
103
  rainbow (2.2.2)
104
104
  rake
@@ -133,7 +133,7 @@ GEM
133
133
  thread_safe (0.3.6)
134
134
  tzinfo (1.2.5)
135
135
  thread_safe (~> 0.1)
136
- tzinfo-data (1.2019.2)
136
+ tzinfo-data (1.2019.3)
137
137
  tzinfo (>= 1.0.0)
138
138
  uber (0.1.0)
139
139
  unicode-display_width (1.6.0)
@@ -1,9 +1,9 @@
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}[http://docs.fluentd.org/articles/filter-plugin-overview]
4
+ 1. A {filter plugin for fluentd}[https://docs.fluentd.org/filter]
5
5
  that embeds insertIds into log entries to guarantee order and uniqueness.
6
- 2. An {output plugin for fluentd}[http://docs.fluentd.org/articles/output-plugin-overview]
6
+ 2. An {output plugin for fluentd}[https://docs.fluentd.org/output]
7
7
  which sends logs to the {Stackdriver Logging API}[https://cloud.google.com/logging/docs/api/].
8
8
 
9
9
  This is an official Google Ruby gem.
@@ -24,7 +24,7 @@ will also install and configure the gem.
24
24
  == Configuration
25
25
 
26
26
  To embed insertIds into log entries, specify <code>@type add_insert_ids</code>
27
- in a {filter clause}[https://docs.fluentd.org/v1.0/articles/config-file#(3)-%E2%80%9Cfilter%E2%80%9D:-event-processing-pipeline]
27
+ in a {filter clause}[https://docs.fluentd.org/configuration/config-file#3-filter-event-processing-pipeline]
28
28
  of your Fluentd configuration file, for example:
29
29
 
30
30
  <filter **>
@@ -35,7 +35,7 @@ of your Fluentd configuration file, for example:
35
35
  insert_id_key can be used to customize the insertId field name.
36
36
 
37
37
  To send logs to Google Cloud Logging, specify <code>@type google_cloud</code>
38
- in a {match clause}[http://docs.fluentd.org/articles/config-file#2-ldquomatchrdquo-tell-fluentd-what-to-do]
38
+ in a {match clause}[https://docs.fluentd.org/configuration/config-file#2-match-tell-fluentd-what-to-do]
39
39
  of your Fluentd configuration file, for example:
40
40
 
41
41
  <match **>
@@ -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.18'
13
+ gem.version = '0.7.19'
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.18
4
+ version: 0.7.19
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-08-29 00:00:00.000000000 Z
11
+ date: 2019-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd