mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Adds formal API docs for the following APIs: * Clear SQL cursor * SQL search * SQL translate Other changes: * Removes and redirects the "Supported REST parameters section." This is now covered in the SQL search API docs. * Updates a few related xrefs. Closes #75085
26 lines
655 B
Text
26 lines
655 B
Text
[role="xpack"]
|
|
[testenv="basic"]
|
|
[[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[]
|