mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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
25 lines
637 B
Text
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[]
|