elasticsearch/docs/reference/fleet/index.asciidoc
Tim Brooks e5c510c64f
Add alias support to fleet search API (#79285)
Currently the fleet search and msearch APIs do not support aliases. This
PR adds support if the alias resolves to a single concrete index.
2021-10-15 15:32:19 -06:00

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