From 304e1e69b8aadbbdb8bf5f027dd5bc382ab00f70 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Wed, 26 Feb 2020 13:32:22 +0100 Subject: [PATCH] remove references to the SQL API from ODBC config (#52765) Remove reference to an "SQL API" which could suggest that one needs to treat this in a special way when configuring the ODBC driver. (cherry picked from commit 451c341e0193b542409e8891ec2a31e62529a5e7) --- docs/reference/sql/endpoints/odbc/configuration.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/sql/endpoints/odbc/configuration.asciidoc b/docs/reference/sql/endpoints/odbc/configuration.asciidoc index 33c82d500c0..da8d46c03b2 100644 --- a/docs/reference/sql/endpoints/odbc/configuration.asciidoc +++ b/docs/reference/sql/endpoints/odbc/configuration.asciidoc @@ -123,11 +123,11 @@ NOTE: If left empty, the default *9200* port number will be used. + * Username, Password + -If security is enabled, these fields will need to contain the credentials of the user configured to access the REST SQL endpoint. +If security is enabled, these fields will need to contain the credentials of the access user. At a minimum, the _Name_ and _Hostname_ fields must be provisioned, before the DSN can be saved. -WARNING: Connection encryption is enabled by default. This will need to be changed if connecting to a SQL API endpoint with no cryptography enabled. +WARNING: Connection encryption is enabled by default. This will need to be changed if connecting to an {es} node with no encryption. [float] ===== 2.3 Cryptography parameters