stack es fleet global-checkpoints cli command
Auth required
Idempotent
Scope: global
elastic stack es fleet global-checkpoints --index <index> [options]
Get global checkpoints.
--indexstringrequired- A single index or index alias that resolves to a single index.
--[no-]wait-for-advance- A boolean value which controls whether to wait (until the timeout) for the global checkpoints to advance past the provided
checkpoints. --[no-]wait-for-index- A boolean value which controls whether to wait (until the timeout) for the target index to exist and all primary shards be active. Can only be true when
wait_for_advanceis true. --checkpointsstring[]- A comma separated list of previous global checkpoints. When used in combination with
wait_for_advance, the API will only return once the global checkpoints advances past the checkpoints. Providing an empty list will cause Elasticsearch to immediately return the current global checkpoints. --timeoutstring- Period to wait for a global checkpoints to advance past
checkpoints.
--input-filestring- path to a JSON file to use as command input
-V--[no-]version- Print the Elastic CLI version
--config-filestring- path to a config file (default: ~/.elasticrc.yml)
--use-contextstring- override the active context from the config file
--command-profilestring- restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json- output as JSON
--output-fieldsstring- comma-separated list of fields to include in output (dot-notation supported)
--output-templatestring- Mustache-like template for custom text output (e.g. "{{id}}: {{name}}")
--[no-]dry-run-
validate all inputs and exit without performing any action (preview changes without applying them)