mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
In preparation for #74845, we need to create formal API reference documentation for our SQL APIs. Due to the number of SQL APIs, we'll likely need to create a separate nested page for them. For parity, this PR moves our EQL APIs to a separate page as well. Previously, they were listed under our search APIs.
19 lines
496 B
Text
19 lines
496 B
Text
[[eql-apis]]
|
|
== EQL APIs
|
|
|
|
Event Query Language (EQL) is a query language for event-based time series data,
|
|
such as logs, metrics, and traces. For an overview of EQL and related tutorials,
|
|
see <<eql>>.
|
|
|
|
* <<eql-search-api>>
|
|
* <<get-async-eql-search-api>>
|
|
* <<get-async-eql-status-api>>
|
|
* <<delete-async-eql-search-api>>
|
|
|
|
include::delete-async-eql-search-api.asciidoc[]
|
|
|
|
include::eql-search-api.asciidoc[]
|
|
|
|
include::get-async-eql-search-api.asciidoc[]
|
|
|
|
include::get-async-eql-status-api.asciidoc[]
|