elasticsearch/docs/reference/fleet/index.asciidoc
Tim Brooks d5b96a35d0
Add fleet polling API for global checkpoint (#71093)
Fleet server needs an API to access up to date global checkpoints for
indices. Additionally, it requires a mode of operation when fleet can
provide its current knowledge about the global checkpoints and poll for
advancements. This commit introduces this API in the fleet plugin.
2021-04-14 11:19:33 -06:00

13 lines
381 B
Text

[role="xpack"]
[[fleet-apis]]
== Fleet APIs
The following APIs are design to support fleet-server's usage of Elasticsearch as
a datastore for internal agent and action data. These APIS are currently intended
for internal use only and should be considered experimental.
* <<get-global-checkpoints,Get global checkpoints>>
// top-level
include::get-global-checkpoints.asciidoc[]