From 77dbc5935bfe2e7428e839aab1956564f79cc3ad Mon Sep 17 00:00:00 2001 From: Dan Stark Date: Wed, 13 Mar 2019 09:30:32 -0400 Subject: [PATCH] Fixes typo in `jdbc_driver_class` description --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 24fc1e1..7573801 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -261,7 +261,7 @@ timezone, *America/Denver*, for example. * Value type is <> * There is no default value for this setting. -JDBC driver class to load, for exmaple, "org.apache.derby.jdbc.ClientDriver" +JDBC driver class to load, for example, "org.apache.derby.jdbc.ClientDriver" NB per https://github.com/logstash-plugins/logstash-input-jdbc/issues/43 if you are using the Oracle JDBC driver (ojdbc6.jar) the correct `jdbc_driver_class` is `"Java::oracle.jdbc.driver.OracleDriver"`