Skip to content

Commit f415244

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

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
@@ -123,7 +123,7 @@ To put all of it together, the following URL:
123123

124124
["source","text"]
125125
----
126-
jdbc:es://http://server:3456/timezone=UTC&page.size=250
126+
jdbc:es://http://server:3456/?timezone=UTC&page.size=250
127127
----
128128

129129
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)