Skip to content

Commit f2e381f

Browse files
Shubham Aggarwaljavanna
Shubham Aggarwal
authored andcommitted
Fixed references to Multi Index Syntax (#27283)
1 parent f706bf1 commit f2e381f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/modules/snapshots.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ PUT /_snapshot/my_backup/snapshot_2?wait_for_completion=true
282282
// TEST[continued]
283283

284284
The list of indices that should be included into the snapshot can be specified using the `indices` parameter that
285-
supports <<search-multi-index-type,multi index syntax>>. The snapshot request also supports the
285+
supports <<multi-index,multi index syntax>>. The snapshot request also supports the
286286
`ignore_unavailable` option. Setting it to `true` will cause indices that do not exist to be ignored during snapshot
287287
creation. By default, when `ignore_unavailable` option is not set and an index is missing the snapshot request will fail.
288288
By setting `include_global_state` to false it's possible to prevent the cluster global state to be stored as part of
@@ -429,7 +429,7 @@ By default, all indices in the snapshot are restored, and the cluster state is
429429
*not* restored. It's possible to select indices that should be restored as well
430430
as to allow the global cluster state from being restored by using `indices` and
431431
`include_global_state` options in the restore request body. The list of indices
432-
supports <<search-multi-index-type,multi index syntax>>. The `rename_pattern`
432+
supports <<multi-index,multi index syntax>>. The `rename_pattern`
433433
and `rename_replacement` options can be also used to rename indices on restore
434434
using regular expression that supports referencing the original text as
435435
explained

0 commit comments

Comments
 (0)