logstash-input-jdbc 4.3.8 → 4.3.9
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/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +3 -0
- data/logstash-input-jdbc.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b3729c8e7d700220f5bd8f8c537909129fd3f4b10190429d62e7a8168530028
|
|
4
|
+
data.tar.gz: fe829c225a4dbee8872269e59ca07d61b9d907092eec1c8472d1c6e6e447592d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e1fef88ac0a342a88a3b2986e38c280f0de510964abe8caa22a955d3befee3276e24dcb4d63b1ace6f5ec35ab633ec1e857f74114677fe7b67562faa4f4840c
|
|
7
|
+
data.tar.gz: 601ae42f004b530346dcafb7da654b20df633cc8fa12a6ef997c5d3d4184221820374533eab740436c753f9fe7036aa48c41cf892c4d07d1cad01da424e62ff5
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: jdbc
|
|
2
2
|
:type: input
|
|
3
|
+
:default_codec: plain
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -485,3 +486,5 @@ to `false`, `:sql_last_value` reflects the last time the query was executed.
|
|
|
485
486
|
|
|
486
487
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
487
488
|
include::{include_path}/{type}.asciidoc[]
|
|
489
|
+
|
|
490
|
+
:default_codec!:
|
data/logstash-input-jdbc.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-jdbc'
|
|
3
|
-
s.version = '4.3.
|
|
3
|
+
s.version = '4.3.9'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
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"
|
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.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-04-
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
version: '0'
|
|
198
198
|
requirements: []
|
|
199
199
|
rubyforge_project:
|
|
200
|
-
rubygems_version: 2.6.
|
|
200
|
+
rubygems_version: 2.6.11
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 4
|
|
203
203
|
summary: Creates events from JDBC data
|