Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit 442ddf1

Browse files
committed
Update README.md
Fix issue in documentation: driver_jar is not supported, it should be driver_jar_path If driver_jar is used logstash will generate this error message=>"Unknown setting 'driver_path' for jdbc" Used the driver_jar_path which is used in class LogStash::Outputs::Jdbc instead.
1 parent 4e7985d commit 442ddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Tests are not yet 100% complete.
4646
| ------ | ---- | ----------- | --------- | ------- |
4747
| driver_class | String | Specify a driver class if autoloading fails | No | |
4848
| 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 | |
5050
| connection_string | String | JDBC connection URL | Yes | |
5151
| username | String | JDBC username - this is optional as it may be included in the connection string, for many drivers | No | |
5252
| password | String | JDBC password - this is optional as it may be included in the connection string, for many drivers | No | |

0 commit comments

Comments
 (0)