Docs: Update snapshots.asciidoc
Added a link so you directly get to the page that tells how to open/close an index. Closes #7286
This commit is contained in:
parent
3b3e2ed5e9
commit
6a6c45e2d0
|
@ -203,7 +203,7 @@ $ curl -XPOST "localhost:9200/_snapshot/my_backup/snapshot_1/_restore" -d '{
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
The restore operation can be performed on a functioning cluster. However, an existing index can be only restored if it's
|
The restore operation can be performed on a functioning cluster. However, an existing index can be only restored if it's
|
||||||
closed. The restore operation automatically opens restored indices if they were closed and creates new indices if they
|
<<indices-open-close,closed>>. The restore operation automatically opens restored indices if they were closed and creates new indices if they
|
||||||
didn't exist in the cluster. If cluster state is restored, the restored templates that don't currently exist in the
|
didn't exist in the cluster. If cluster state is restored, the restored templates that don't currently exist in the
|
||||||
cluster are added and existing templates with the same name are replaced by the restored templates. The restored
|
cluster are added and existing templates with the same name are replaced by the restored templates. The restored
|
||||||
persistent settings are added to the existing persistent settings.
|
persistent settings are added to the existing persistent settings.
|
||||||
|
|
Loading…
Reference in New Issue