diff --git a/docs/reference/sql/endpoints/jdbc.asciidoc b/docs/reference/sql/endpoints/jdbc.asciidoc index 002a1a0465fac..81ef0b93b3447 100644 --- a/docs/reference/sql/endpoints/jdbc.asciidoc +++ b/docs/reference/sql/endpoints/jdbc.asciidoc @@ -125,7 +125,7 @@ To put all of it together, the following URL: ["source","text"] ---- -jdbc:es://http://server:3456/timezone=UTC&page.size=250 +jdbc:es://http://server:3456/?timezone=UTC&page.size=250 ---- Opens up a {es-sql} connection to `server` on port `3456`, setting the JDBC connection timezone to `UTC` and its pagesize to `250` entries.