Loading

stack es fleet global-checkpoints cli command

Auth required Idempotent Scope: global
elastic stack es fleet global-checkpoints --index <index> [options]
		

Get global checkpoints.

--index string required
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_advance is true.
--checkpoints string[]
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.
--timeout string
Period to wait for a global checkpoints to advance past checkpoints.
--input-file string
path to a JSON file to use as command input
-V --[no-]version
Print the Elastic CLI version
--config-file string
path to a config file (default: ~/.elasticrc.yml)
--use-context string
override the active context from the config file
--command-profile string
restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json
output as JSON
--output-fields string
comma-separated list of fields to include in output (dot-notation supported)
--output-template string
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)