From dad458747277a76fd6c343000b84afd33fff32e7 Mon Sep 17 00:00:00 2001 From: jamie-wilson88 <168847178+jamie-wilson88@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:48:14 -0400 Subject: [PATCH] Update ilm-searchable-snapshot.md --- .../index-lifecycle-actions/ilm-searchable-snapshot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/elasticsearch/index-lifecycle-actions/ilm-searchable-snapshot.md b/docs/reference/elasticsearch/index-lifecycle-actions/ilm-searchable-snapshot.md index df12e0f94e344..b508f40210be9 100644 --- a/docs/reference/elasticsearch/index-lifecycle-actions/ilm-searchable-snapshot.md +++ b/docs/reference/elasticsearch/index-lifecycle-actions/ilm-searchable-snapshot.md @@ -27,7 +27,7 @@ Mounting and relocating the shards of {{search-snap}} indices involves copying t :::: -By default, this snapshot is deleted by the [delete action](/reference/elasticsearch/index-lifecycle-actions/ilm-delete.md) in the delete phase. To keep the snapshot, set `delete_searchable_snapshot` to `false` in the delete action. This snapshot retention runs off the index lifecycle management (ILM) policies and is not effected by snapshot lifecycle management (SLM) policies. +By default, this snapshot is deleted by the [delete action](/reference/elasticsearch/index-lifecycle-actions/ilm-delete.md) in the delete phase. To keep the snapshot, set `delete_searchable_snapshot` to `false` in the delete action. This snapshot retention runs off the index lifecycle management (ILM) policies and is not affected by snapshot lifecycle management (SLM) policies. ## Options [ilm-searchable-snapshot-options]