mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
This change adds a documentation for cross cluster search in ES|QL. Relates #102954 Closes #105529
25 lines
758 B
Text
25 lines
758 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-cross-clusters>>::
|
|
Using {esql} to query across multiple clusters.
|
|
|
|
<<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::esql-across-clusters.asciidoc[]
|
|
include::task-management.asciidoc[]
|