mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
31 lines
758 B
Text
31 lines
758 B
Text
[role="xpack"]
|
|
[[sql-apis]]
|
|
== SQL APIs
|
|
|
|
.New API reference
|
|
[sidebar]
|
|
--
|
|
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[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[]
|