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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68b7c5e096c835eea37700e2f7d68d14f61a6c67e5420e2ec3d1fd9a13cfb037
4
- data.tar.gz: '0977958f3559d7a3e1e0f3c1b89c225e35f5b250fadcd2a5fba880423c6bd48c'
3
+ metadata.gz: 3a9db4fd5ecf6e086baef74847693d14b42453b1aa21896dd28bca808c381887
4
+ data.tar.gz: cc0521b409922f40116438ed7237074bdabd63b7827d4dfc3df1059f990517f0
5
5
  SHA512:
6
- metadata.gz: d94b92c9ba96ed2ad5ab908af35bcc5d552da3adb6d6ac821cc65d2392495eb7fa9e8d4e4cf0700a7ba43d27aa4743a0c8894f8baa3679cd4bc33a833fffbfb2
7
- data.tar.gz: 89170a09b67a8629cd1fb7e9ff7d74d26ecd3055d412eb93855e0f39981b3e04c783333b6a5c6848cd985a0d858216fd5295d0e5ad0386f3aafd091d827ac8ab
6
+ metadata.gz: 067a1e1a3f8f3087f1c857d7b09ed0d6090c00e6b4a456b5d93dc4c0e12626cc2e1ed1099d7a4aa84e1ded32540cff46a1ad8a1237f1aa867522aa217cb8d3b3
7
+ data.tar.gz: 6bc65ac1a15b71078953959ead697ae37afec46c9b02b2a7ceac0d34857476946ab5f17185eb9e3e894609b6ac7b59e3e64ad44a4e495e06a2792bf97f41dc82
@@ -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
 
@@ -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 `"/home/ph/.logstash_jdbc_last_run"`
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!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-jdbc'
3
- s.version = '4.3.12'
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.12
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-08-29 00:00:00.000000000 Z
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