Skip to content

Commit afa4138

Browse files
Thiago SouzaChristoph Büscher
authored andcommitted
[Doc] Correct jdbc url example (#35513)
Adds a missing `?` to separate the url parameters.
1 parent 6db1a9e commit afa4138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/sql/endpoints/jdbc.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To put all of it together, the following URL:
129129

130130
["source","text"]
131131
----
132-
jdbc:es://http://server:3456/timezone=UTC&page.size=250
132+
jdbc:es://http://server:3456/?timezone=UTC&page.size=250
133133
----
134134

135135
Opens up a {es-sql} connection to `server` on port `3456`, setting the JDBC connection timezone to `UTC` and its pagesize to `250` entries.

0 commit comments

Comments
 (0)