You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2019. It is now read-only.
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.
| 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 ||
0 commit comments