logstash-output-google_bigquery 3.2.1 → 3.2.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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-output-google_bigquery.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: e94a469253f846ac2e824caca8be4a9a5f484bc0
|
|
4
|
+
data.tar.gz: 5f7018bc626908b864841648b8c7b8ead21b5e50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbc12beba5770119dde2a8517fc557ba7ab0cde9513729c86f39985956c03babbbc9acad858f9f1a80340f90995316d57aad9ca4502307188e13b036a4cb9b3f
|
|
7
|
+
data.tar.gz: ae6a2dde9c6c39bad91183b2cd177302b9fa49ce0e5602a0f8814c469afdb544b9952be2be5ffa796ea7c9b60d519d3343910509452790d730aaec171a2d1fe9
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-output-google_bigquery'
|
|
3
|
-
s.version = '3.2.
|
|
3
|
+
s.version = '3.2.2'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "Plugin to upload log events to Google BigQuery (BQ)"
|
|
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: 3.2.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,9 +86,7 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
90
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
91
|
-
gem is not a stand-alone program
|
|
89
|
+
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
|
|
92
90
|
email: info@elastic.co
|
|
93
91
|
executables: []
|
|
94
92
|
extensions: []
|
|
@@ -126,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
124
|
version: '0'
|
|
127
125
|
requirements: []
|
|
128
126
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 2.
|
|
127
|
+
rubygems_version: 2.4.8
|
|
130
128
|
signing_key:
|
|
131
129
|
specification_version: 4
|
|
132
130
|
summary: Plugin to upload log events to Google BigQuery (BQ)
|