elasticsearch/docs/reference/sql/endpoints/odbc.asciidoc
Bogdan Pintea 6182b464a3 SQL: ODBC: document extra connection string parameters (#40476)
* document ODBC's extra connection string parameters

Document the connection string parameters that are currently not
configurable from the GUI.

Add a note about SmartScreen possible warning on driver MSI
installation.

Add a note about the TLS certificate file not being supported as bundled
or password-protected.

* rephrasing and restructuring the list of params

- addressing PR review notes

* rephrasings and reference linking

- addressing PR review notes

(cherry picked from commit ca90190226)
2019-03-27 14:20:23 +01:00

25 lines
657 B
Text

:odbc: {es-sql} ODBC Driver
[role="xpack"]
[testenv="platinum"]
[[sql-odbc]]
== SQL ODBC
[[sql-odbc-overview]]
[float]
=== Overview
{odbc} is a 3.80 compliant ODBC driver for {es}.
It is a core level driver, exposing all of the functionality accessible through
the {es}'s SQL API, converting ODBC calls into {es-sql}.
In order to make use of the driver, the server must have {es-sql} installed and
running with the valid license.
* <<sql-odbc-installation, Driver installation>>
* <<sql-odbc-setup, Configuration>>
include::odbc/installation.asciidoc[]
include::odbc/configuration.asciidoc[]
// vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138