elasticsearch/docs/reference/eql/eql-apis.asciidoc
James Rodewig 70764de4b6
[DOCS] Move EQL APIs to separate page (#74846)
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.
2021-07-01 13:59:35 -04:00

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[]