19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
|
[role="xpack"]
|
||
|
[testenv="basic"]
|
||
|
[[sql-apis]]
|
||
|
== SQL APIs
|
||
|
|
||
|
NOTE: This list of SQL APIs is incomplete. We're working to add more.
|
||
|
|
||
|
{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>>.
|
||
|
|
||
|
* <<get-async-sql-search-api>>
|
||
|
* <<get-async-sql-search-status-api>>
|
||
|
* <<delete-async-sql-search-api>>
|
||
|
|
||
|
include::delete-async-sql-search-api.asciidoc[]
|
||
|
|
||
|
include::get-async-sql-search-api.asciidoc[]
|
||
|
|
||
|
include::get-async-sql-search-status-api.asciidoc[]
|