File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
elasticsearch-xpack/lib/elasticsearch/xpack/api/actions Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ module Actions
28
28
#
29
29
# @option arguments [String] :index The name of the index.
30
30
# @option arguments [Boolean] :wait_for_advance Whether to wait for the global checkpoint to advance past the specified current checkpoints
31
+ # @option arguments [Boolean] :wait_for_index Whether to wait for the target index to exist and all primary shards be active
31
32
# @option arguments [List] :checkpoints Comma separated list of checkpoints
32
33
# @option arguments [Time] :timeout Timeout to wait for global checkpoint to advance
33
34
# @option arguments [Hash] :headers Custom HTTP headers
@@ -56,6 +57,7 @@ def global_checkpoints(arguments = {})
56
57
# @since 6.2.0
57
58
ParamsRegistry . register ( :global_checkpoints , [
58
59
:wait_for_advance ,
60
+ :wait_for_index ,
59
61
:checkpoints ,
60
62
:timeout
61
63
] . freeze )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module XPack
20
20
module API
21
21
module SearchableSnapshots
22
22
module Actions
23
- # Retrieve various statistics about searchable snapshots.
23
+ # Retrieve shard-level statistics about searchable snapshots.
24
24
# This functionality is Experimental and may be changed or removed
25
25
# completely in a future release. Elastic will take a best effort approach
26
26
# to fix any issues, but experimental features are not subject to the
You can’t perform that action at this time.
0 commit comments