SQL: change JDBC setup URL in the documentation (#38564)
(cherry picked from commit 103786ea27da72b2fccd3cf511b3143dae0fc530)
This commit is contained in:
parent
e59b7b696a
commit
8bb2a2a405
|
@ -51,7 +51,7 @@ Once registered, the driver understands the following syntax as an URL:
|
|||
|
||||
["source","text",subs="attributes"]
|
||||
----
|
||||
jdbc:es://<1>[http|https]?<2>[host[:port]]*<3>/[prefix]*<4>[?[option=value]&<5>]*
|
||||
jdbc:es://<1>[[http|https]://]*<2>[host[:port]]*<3>/[prefix]*<4>[?[option=value]&<5>]*
|
||||
----
|
||||
|
||||
<1> `jdbc:es://` prefix. Mandatory.
|
||||
|
|
Loading…
Reference in New Issue