elasticsearch/docs/reference/sql/endpoints/odbc.asciidoc
James Rodewig f56a0f4b66
[DOCS] Remove testenv annotations from doc snippet tests (#80023)
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.

Relates to #79309, #31619
2021-11-05 18:38:50 -04:00

23 lines
624 B
Text

:odbc: {es-sql} ODBC Driver
[[sql-odbc]]
== SQL ODBC
[[sql-odbc-overview]]
[discrete]
=== 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