-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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.
- Loading branch information
Showing
3 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[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[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters