mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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.
13 lines
381 B
Text
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[]
|
|
|