mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Currently the fleet search and msearch APIs do not support aliases. This PR adds support if the alias resolves to a single concrete index.
18 lines
528 B
Text
18 lines
528 B
Text
[role="xpack"]
|
|
[[fleet-apis]]
|
|
== Fleet APIs
|
|
|
|
TIP: For the {kib} {fleet} APIs, see the
|
|
{fleet-guide}/fleet-api-docs.html[Fleet API Documentation].
|
|
|
|
The following APIs support {fleet}'s use of {es} as a data store for internal
|
|
agent and action data. These APIs are experimental and for internal use by
|
|
{fleet} only.
|
|
|
|
* <<get-global-checkpoints,Get global checkpoints>>
|
|
* <<fleet-search,Fleet search>>
|
|
|
|
// top-level
|
|
include::get-global-checkpoints.asciidoc[]
|
|
include::fleet-search.asciidoc[]
|
|
include::fleet-multi-search.asciidoc[]
|