From 4bf09f66d82c736e9051ccd41eff4a08233d0259 Mon Sep 17 00:00:00 2001 From: Andrei Dan Date: Thu, 18 Feb 2021 16:06:09 +0000 Subject: [PATCH] [DOCS] Remove beta label from searchable_snapshot ILM action docs (#69196) Searchable snapshots are GA since 7.11 Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> --- docs/reference/ilm/actions/ilm-delete.asciidoc | 1 - docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc | 2 -- docs/reference/ilm/ilm-actions.asciidoc | 1 - 3 files changed, 4 deletions(-) diff --git a/docs/reference/ilm/actions/ilm-delete.asciidoc b/docs/reference/ilm/actions/ilm-delete.asciidoc index 35b45e5d1ac05..ec4c582c22635 100644 --- a/docs/reference/ilm/actions/ilm-delete.asciidoc +++ b/docs/reference/ilm/actions/ilm-delete.asciidoc @@ -10,7 +10,6 @@ Permanently removes the index. ==== Options `delete_searchable_snapshot`:: -beta:[] (Optional, Boolean) Deletes the searchable snapshot created in a previous phase. Defaults to `true`. diff --git a/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc b/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc index bd4d83300301e..203fc20bc23ac 100644 --- a/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc +++ b/docs/reference/ilm/actions/ilm-searchable-snapshot.asciidoc @@ -2,8 +2,6 @@ [[ilm-searchable-snapshot]] === Searchable snapshot -beta::[] - Phases allowed: hot, cold, frozen. Takes a snapshot of the managed index in the configured repository diff --git a/docs/reference/ilm/ilm-actions.asciidoc b/docs/reference/ilm/ilm-actions.asciidoc index 7fd5f21082a4c..1b632ee7510c1 100644 --- a/docs/reference/ilm/ilm-actions.asciidoc +++ b/docs/reference/ilm/ilm-actions.asciidoc @@ -35,7 +35,6 @@ index. For example, you can roll up hourly data into daily or weekly summaries. endif::[] <>:: -beta:[] Take a snapshot of the managed index in the configured repository and mount it as a searchable snapshot.