Browse Source

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.
Bogdan Pintea 5 years ago
parent
commit
451c341e01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/sql/endpoints/odbc/configuration.asciidoc

+ 2 - 2
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