Quellcode durchsuchen

DOCS: update `delete_searchable_snapshot` option documentation (#71547)

If enabled, the `delete_searchable_snapshot` option will attempt to delete the
index snapshot generated in any previous phase, for the purpose of mounting the
index as a searchable snapshot.
Andrei Dan vor 4 Jahren
Ursprung
Commit
b2639d700a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/reference/ilm/actions/ilm-delete.asciidoc

+ 1 - 1
docs/reference/ilm/actions/ilm-delete.asciidoc

@@ -14,7 +14,7 @@ Permanently removes the index.
 Deletes the searchable snapshot created in a previous phase.
 Defaults to `true`.
 This option is applicable when the <<ilm-searchable-snapshot,searchable
-snapshot>> action is used in the cold phase.
+snapshot>> action is used in any previous phase.
 
 [[ilm-delete-action-ex]]
 ==== Example