You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A comma-separated list of indexes; use `_all` or empty string to perform the operation on all indexes.
3445
+
repeatedstringindex=1;
3446
+
3447
+
// Specify the keep alive for point in time.
3448
+
stringkeep_alive=2;
3449
+
3450
+
// If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indexes. This behavior applies even if the request targets other open indexes.
3451
+
optionalboolallow_no_indices=3;
3452
+
3453
+
// Allow if point in time can be created with partial failures.
3454
+
optionalboolallow_partial_pit_creation=4;
3455
+
3456
+
// Whether to expand wildcard expression to concrete indexes that are open, closed or both.
3457
+
repeatedExpandWildcardexpand_wildcards=5;
3458
+
3459
+
// If `true`, concrete, expanded or aliased indexes will be ignored when frozen.
3460
+
optionalboolignore_throttled=6;
3461
+
3462
+
// If `false`, the request returns an error if it targets a missing or closed index.
3463
+
optionalboolignore_unavailable=7;
3464
+
3465
+
// Specify the node or shard the operation should be performed on.
3466
+
optionalstringpreference=8;
3467
+
3468
+
// A comma-separated list of specific routing values.
0 commit comments