elasticsearch/docs/reference/esql/esql-using.asciidoc
Chris Hegarty f14d87be58
Add ES|QL async query api docs (#104054)
This commit adds detailed API docs for the ES|QL async apis, as well as moving the narrative to the ES|QL specific REST docs. Additionally, a few top-level lists are reflowed to reflect that there are now multiple APIs.
2024-01-09 09:17:02 +00:00

21 lines
642 B
Text

[[esql-using]]
== Using {esql}
<<esql-rest>>::
Information about using the <<esql-apis,{esql} query APIs>>.
<<esql-kibana>>::
Using {esql} in {kib} to query and aggregate your data, create visualizations,
and set up alerts.
<<esql-elastic-security>>::
Using {esql} in {elastic-sec} to investigate events in Timeline, create
detection rules, and build {esql} queries using Elastic AI Assistant.
<<esql-task-management>>::
Using the <<tasks,task management API>> to list and cancel {esql} queries.
include::esql-rest.asciidoc[]
include::esql-kibana.asciidoc[]
include::esql-security-solution.asciidoc[]
include::task-management.asciidoc[]