elasticsearch/docs/reference/sql/apis/sql-apis.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

25 lines
637 B
Text

[role="xpack"]
[[sql-apis]]
== SQL APIs
{es}'s SQL APIs let you run SQL queries on {es} indices and data streams.
For an overview of {es}'s SQL features and related tutorials, see <<xpack-sql>>.
* <<sql-search-api>>
* <<clear-sql-cursor-api>>
* <<get-async-sql-search-api>>
* <<get-async-sql-search-status-api>>
* <<delete-async-sql-search-api>>
* <<sql-translate-api>>
include::clear-sql-cursor-api.asciidoc[]
include::delete-async-sql-search-api.asciidoc[]
include::get-async-sql-search-api.asciidoc[]
include::get-async-sql-search-status-api.asciidoc[]
include::sql-search-api.asciidoc[]
include::sql-translate-api.asciidoc[]