logstash-input-jdbc 4.3.12 → 4.3.13
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 +2 -2
- data/logstash-input-jdbc.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a9db4fd5ecf6e086baef74847693d14b42453b1aa21896dd28bca808c381887
|
|
4
|
+
data.tar.gz: cc0521b409922f40116438ed7237074bdabd63b7827d4dfc3df1059f990517f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 067a1e1a3f8f3087f1c857d7b09ed0d6090c00e6b4a456b5d93dc4c0e12626cc2e1ed1099d7a4aa84e1ded32540cff46a1ad8a1237f1aa867522aa217cb8d3b3
|
|
7
|
+
data.tar.gz: 6bc65ac1a15b71078953959ead697ae37afec46c9b02b2a7ceac0d34857476946ab5f17185eb9e3e894609b6ac7b59e3e64ad44a4e495e06a2792bf97f41dc82
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 4.3.13
|
|
2
|
+
- Changed documentation to generalize the PATH location [#297](https://github.com/logstash-plugins/logstash-input-jdbc/pull/297)
|
|
3
|
+
|
|
1
4
|
## 4.3.12
|
|
2
5
|
- Added check to prevent count sql syntax errors when debug logging [Issue #287](https://github.com/logstash-plugins/logstash-input-jdbc/issue/287) and [Pull Request #294](https://github.com/logstash-plugins/logstash-input-jdbc/pull/294)
|
|
3
6
|
|
data/docs/index.asciidoc
CHANGED
|
@@ -366,7 +366,7 @@ How often to validate a connection (in seconds)
|
|
|
366
366
|
===== `last_run_metadata_path`
|
|
367
367
|
|
|
368
368
|
* Value type is <<string,string>>
|
|
369
|
-
* Default value is `"
|
|
369
|
+
* Default value is `"$HOME/.logstash_jdbc_last_run"`
|
|
370
370
|
|
|
371
371
|
Path to file with last run time
|
|
372
372
|
|
|
@@ -487,4 +487,4 @@ to `false`, `:sql_last_value` reflects the last time the query was executed.
|
|
|
487
487
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
488
488
|
include::{include_path}/{type}.asciidoc[]
|
|
489
489
|
|
|
490
|
-
:default_codec!:
|
|
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.13'
|
|
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.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|