James Rodewig 988e8c8fc6
[DOCS] Swap [float] for [discrete] (#60134)
Changes instances of `[float]` in our docs for `[discrete]`.

Asciidoctor prefers the `[discrete]` tag for floating headings:
https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
2020-07-23 12:42:33 -04:00

26 lines
660 B
Plaintext

:odbc: {es-sql} ODBC Driver
[role="xpack"]
[testenv="platinum"]
[[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