From 43f0e68b77b37620add2fd9aab42ac79cc47cb5d Mon Sep 17 00:00:00 2001 From: taku333 <19281989thezuka@gmail.com> Date: Thu, 7 Feb 2019 20:56:21 +0900 Subject: [PATCH 1/4] [DOC][SQL JDBC]change setup URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I read the following sources and thought that it was necessary to change the documentation of [SQL JDBC]. change setup URL「?」→「://」 https://github.com/elastic/elasticsearch/blob/6857d305270be3d987689fda37cc84b7bc18fbb3/x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/JdbcSecurityIT.java --- docs/reference/sql/endpoints/jdbc.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sql/endpoints/jdbc.asciidoc b/docs/reference/sql/endpoints/jdbc.asciidoc index 56c68fd34937f..77a60cf022b95 100644 --- a/docs/reference/sql/endpoints/jdbc.asciidoc +++ b/docs/reference/sql/endpoints/jdbc.asciidoc @@ -53,7 +53,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. From 32fd75df6c3312ce6f927564867ce4f578b763b6 Mon Sep 17 00:00:00 2001 From: taku333 <19281989thezuka@gmail.com> Date: Wed, 13 Feb 2019 10:59:02 +0900 Subject: [PATCH 2/4] [DOC][SQL JDBC]change setup URL Option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change setup URL Option 「[http|https]://」→「[[http|https]://]」 --- docs/reference/sql/endpoints/jdbc.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sql/endpoints/jdbc.asciidoc b/docs/reference/sql/endpoints/jdbc.asciidoc index 77a60cf022b95..aea16b38efc7a 100644 --- a/docs/reference/sql/endpoints/jdbc.asciidoc +++ b/docs/reference/sql/endpoints/jdbc.asciidoc @@ -53,7 +53,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. From 223a5caaf79006d6468bcd8953ab123fa587802c Mon Sep 17 00:00:00 2001 From: taku333 <19281989thezuka@gmail.com> Date: Wed, 13 Feb 2019 11:09:24 +0900 Subject: [PATCH 3/4] [DOC][SQL JDBC]change setup URL Option change setup URL Option Reflect error. --- docs/reference/sql/endpoints/jdbc.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sql/endpoints/jdbc.asciidoc b/docs/reference/sql/endpoints/jdbc.asciidoc index aea16b38efc7a..ab20fb57e4301 100644 --- a/docs/reference/sql/endpoints/jdbc.asciidoc +++ b/docs/reference/sql/endpoints/jdbc.asciidoc @@ -53,7 +53,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. From f7c28ef961a8c882f1d3e6212d63652a8888040d Mon Sep 17 00:00:00 2001 From: taku333 <19281989thezuka@gmail.com> Date: Wed, 13 Feb 2019 20:00:31 +0900 Subject: [PATCH 4/4] [DOC][SQL JDBC]change setup URL Option change setup URL Option Reflect error. --- docs/reference/sql/endpoints/jdbc.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/sql/endpoints/jdbc.asciidoc b/docs/reference/sql/endpoints/jdbc.asciidoc index ab20fb57e4301..a994618e8da80 100644 --- a/docs/reference/sql/endpoints/jdbc.asciidoc +++ b/docs/reference/sql/endpoints/jdbc.asciidoc @@ -53,7 +53,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.