logstash-output-google_bigquery 4.1.4-java → 4.1.5-java

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: 86df4c7f7f48b149718bc39563788f8d26347ad8cf9e71e9e7557dab57241295
4
- data.tar.gz: 8cd124442f1e4716188205d2bfb8008dcab6a3777c15d6f48cc36ee1da2f784f
3
+ metadata.gz: e9a03bff39381bcad84b1c64db1d06cbe8f213aed0368e1badcd450315a3e92c
4
+ data.tar.gz: e344def3bbaed14a3fa75dd386868647d658adad6b89619d149ca8fdc5dceae6
5
5
  SHA512:
6
- metadata.gz: d22203b529cdc2defeba3bf5ede58673620fd4f560080c27849e1e1ca16720acbdbf6c00d83c866a7f31f175d91933259dddfe77264f1f28b21729c4965b12a7
7
- data.tar.gz: 72043ee381c4844af2cdd8c0d744a95c37c1b42512555aa09eac42755f62139c0a88e894abbe51ee912cbea5fea408146e6872aa6f09c49f0f93538e30187869
6
+ metadata.gz: 56b85e87ff9547aa4b1ed46fbc9cc8b5894d9e92d4d071cb89b009a0e4f773be3508f0a7ac9b5e989473a7e4323b510ff9cd25e1329188408d6972b62ecfe5ac
7
+ data.tar.gz: 22dd3f9644a96e5bc3ffd9dac50b008b2ef8568a5499e0c505016ee2b3dec66a8d5b644276af04be757e81487e46d9b937db180cd716964093408827c7ce2762
@@ -1,3 +1,6 @@
1
+ ## 4.1.5
2
+ - [DOC] Updated links to use shared attributes [#61](https://github.com/logstash-plugins/logstash-output-google_bigquery/pull/61)
3
+
1
4
  ## 4.1.4
2
5
  - Changed concurrency to :shared and publish outside of synchronized code [#60](https://github.com/logstash-plugins/logstash-output-google_bigquery/pull/60)
3
6
 
@@ -36,7 +36,7 @@ hold the tables this plugin generates.
36
36
 
37
37
  You must also grant the service account this plugin uses access to the dataset.
38
38
 
39
- You can use https://www.elastic.co/guide/en/logstash/current/event-dependent-configuration.html[Logstash conditionals]
39
+ You can use {logstash-ref}/event-dependent-configuration.html[Logstash conditionals]
40
40
  and multiple configuration blocks to upload events with different structures.
41
41
 
42
42
  ===== Usage
@@ -58,7 +58,6 @@ output {
58
58
  --------------------------
59
59
 
60
60
  <1> Specify either a csv_schema or a json_schema.
61
-
62
61
  <2> If the key is not used, then the plugin tries to find
63
62
  https://cloud.google.com/docs/authentication/production[Application Default Credentials]
64
63
 
@@ -67,7 +66,7 @@ https://cloud.google.com/docs/authentication/production[Application Default Cred
67
66
  * There is a small fee to insert data into BigQuery using the streaming API.
68
67
  * This plugin buffers events in-memory, so make sure the flush configurations are appropriate
69
68
  for your use-case and consider using
70
- https://www.elastic.co/guide/en/logstash/current/persistent-queues.html[Logstash Persistent Queues].
69
+ {logstash-ref}/persistent-queues.html[Logstash Persistent Queues].
71
70
  * Events will be flushed when <<plugins-{type}s-{plugin}-batch_size>>, <<plugins-{type}s-{plugin}-batch_size_bytes>>, or <<plugins-{type}s-{plugin}-flush_interval_secs>> is met, whatever comes first.
72
71
  If you notice a delay in your processing or low throughput, try adjusting those settings.
73
72
 
@@ -75,7 +74,7 @@ https://cloud.google.com/docs/authentication/production[Application Default Cred
75
74
 
76
75
  * https://cloud.google.com/docs/authentication/production[Application Default Credentials (ADC) Overview]
77
76
  * https://cloud.google.com/bigquery/[BigQuery Introduction]
78
- * https://cloud.google.com/bigquery/quota[BigQuery Quotas and Limits]
77
+ * https://cloud.google.com/bigquery/quotas[BigQuery Quotas and Limits]
79
78
  * https://cloud.google.com/bigquery/docs/schemas[BigQuery Schema Formats and Types]
80
79
 
81
80
  [id="plugins-{type}s-{plugin}-options"]
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-google_bigquery'
3
- s.version = '4.1.4'
3
+ s.version = '4.1.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes events to Google BigQuery"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-google_bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.4
4
+ version: 4.1.5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-14 00:00:00.000000000 Z
11
+ date: 2021-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement