Skip to content

Commit 3a5a2af

Browse files
authored
Reference stored scripts in snapshot restore (#102966) (#103045)
Closes #102903
1 parent 98989ce commit 3a5a2af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ The cluster state includes:
159159
* <<indices-templates-v1,Legacy index templates>>
160160
* <<ingest,Ingest pipelines>>
161161
* <<index-lifecycle-management,{ilm-init} policies>>
162+
* <<script-stored-scripts,Stored scripts>>
162163
* For snapshots taken after 7.12.0, <<feature-state,feature states>>
163164
// end::cluster-state-contents[]
164165

@@ -260,12 +261,12 @@ You may want to restore an index in-place, for example when no alternative
260261
options surface after the <<cluster-allocation-explain>> API reports
261262
`no_valid_shard_copy`.
262263

263-
The following request <<indices-close,closes>> `index_1` and then restores it
264+
The following request <<indices-close,closes>> `index_1` and then restores it
264265
in-place from the `snapshot_2` snapshot in the `my_repository` repository.
265266

266267
[source,console]
267268
----
268-
POST index_1/_close
269+
POST index_1/_close
269270
270271
POST /_snapshot/my_repository/snapshot_2/_restore?wait_for_completion=true
271272
{

0 commit comments

Comments
 (0)