logstash-output-jdbc 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68dade27398ee4f7682df9353b6c392635c52036
4
- data.tar.gz: a02adde147e79062c3034f21b0894f800e460df2
3
+ metadata.gz: 11df8d90fc625796c8e26524da7b4e80c1e9a13d
4
+ data.tar.gz: cb3028a262a96ce556ff4c2af681261ae433a56e
5
5
  SHA512:
6
- metadata.gz: e97f6280c8e1d49fc37b9736656df26a35a107582c36bebf7c17a038e5324771aab6cb83380fc4555f57be820e1e2e42614e4611d2605b6d8b0dd08d0ccc9bf6
7
- data.tar.gz: df35f18204e43b2a4ab9b13c67c7edf7c2d3af9ee3be376f15a38e1a2a4650a540cb08fa8927488dd4b15784e1838ed9824579c413899b34ff8e80e6d0b80b35
6
+ metadata.gz: 648f9e2c37443605740417854dbe817043f977ab06bb4596a6b7f0fab11a22d48c8c2a0c6fb266d39a313ac4c696b0936d6305ec0e67c5647ef9b206ceea2706
7
+ data.tar.gz: 79c1fc7095eccd42368b09081f9df5f954ccc6dfa03ef272df8d890cfa0b910c8f00a2f5deb01e1fea0684619450143a43d0fc53656d5213320868a743129655
data/README.md CHANGED
@@ -27,7 +27,7 @@ For development:
27
27
  ## Installation
28
28
  - Run `bin/plugin install logstash-output-jdbc` in your logstash installation directory
29
29
  - Now either:
30
- - Use driver_path in your configuraton to specify a path to your jar file
30
+ - Use driver_jar_path in your configuraton to specify a path to your jar file
31
31
  - Or:
32
32
  - Create the directory vendor/jar/jdbc in your logstash installation (`mkdir -p vendor/jar/jdbc/`)
33
33
  - Add JDBC jar files to vendor/jar/jdbc in your logstash installation
@@ -46,7 +46,7 @@ Tests are not yet 100% complete.
46
46
  | ------ | ---- | ----------- | --------- | ------- |
47
47
  | driver_class | String | Specify a driver class if autoloading fails | No | |
48
48
  | driver_auto_commit | Boolean | If the driver does not support auto commit, you should set this to false | No | True |
49
- | driver_path | String | File path to jar file containing your JDBC driver. This is optional, and all JDBC jars may be placed in $LOGSTASH_HOME/vendor/jar/jdbc instead. | No | |
49
+ | driver_jar_path | String | File path to jar file containing your JDBC driver. This is optional, and all JDBC jars may be placed in $LOGSTASH_HOME/vendor/jar/jdbc instead. | No | |
50
50
  | connection_string | String | JDBC connection URL | Yes | |
51
51
  | username | String | JDBC username - this is optional as it may be included in the connection string, for many drivers | No | |
52
52
  | password | String | JDBC password - this is optional as it may be included in the connection string, for many drivers | No | |
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-jdbc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - the_angry_angel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-16 00:00:00.000000000 Z
11
+ date: 2016-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core