logstash-input-jdbc 4.3.0 → 4.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-input-jdbc.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c6e3311aea8fc892c6630483444ee3c03c5ee1b02d55dca8db4ddb648cfecc89
|
4
|
+
data.tar.gz: 69ad000d130f1336961c816800925fc227ed53c0abecbb89d4c01ea918b9541d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a1a9572a873e8b51e2700d51d70e76f56c7b77e4546d8a5bc17c21db7d0bf318291dc149c213f6088fb6c49f5d671e0036d22cad19ceb1f18eab92def13767a
|
7
|
+
data.tar.gz: 728fc81b1034c9d21a4d6c9a4e27930c6d64b421a6c36ee896b78f6391c848826cdbb6dbc6235d7a17abc0270f93efca211cd216590db999144996e7ac8e1975
|
data/CHANGELOG.md
CHANGED
data/logstash-input-jdbc.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-jdbc'
|
3
|
-
s.version = '4.3.
|
3
|
+
s.version = '4.3.1'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
|
-
s.summary = "
|
5
|
+
s.summary = "Creates events from JDBC data"
|
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"
|
7
7
|
s.authors = ["Elastic"]
|
8
8
|
s.email = 'info@elastic.co'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-jdbc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.
|
4
|
+
version: 4.3.1
|
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-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -156,7 +156,9 @@ dependencies:
|
|
156
156
|
- - ">="
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0'
|
159
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
159
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
160
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
161
|
+
gem is not a stand-alone program
|
160
162
|
email: info@elastic.co
|
161
163
|
executables: []
|
162
164
|
extensions: []
|
@@ -194,9 +196,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
196
|
version: '0'
|
195
197
|
requirements: []
|
196
198
|
rubyforge_project:
|
197
|
-
rubygems_version: 2.
|
199
|
+
rubygems_version: 2.6.11
|
198
200
|
signing_key:
|
199
201
|
specification_version: 4
|
200
|
-
summary:
|
202
|
+
summary: Creates events from JDBC data
|
201
203
|
test_files:
|
202
204
|
- spec/inputs/jdbc_spec.rb
|