Skip to content

Commit

Permalink
Missing documentation link in Index Lifecycle policy editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
alstolten committed May 6, 2022
1 parent 741d7e9 commit 3c03c9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ export const SnapshotPoliciesField: React.FunctionComponent = () => {
id="xpack.indexLifecycleMgmt.editPolicy.deletePhase.waitForSnapshotDescription"
defaultMessage="Specify a snapshot policy to be executed before the deletion of the index. This ensures that a snapshot of the deleted index is available."
/>{' '}
<LearnMoreLink docPath={docLinks.links.alerting.ilmWaitForSnapshot} />
<LearnMoreLink docPath={docLinks.links.elasticsearch.ilmWaitForSnapshot} />
</>
}
titleSize="xs"
fullWidth
>
>131749
<>
<UseField<string>
path={waitForSnapshotFormField}
Expand Down

0 comments on commit 3c03c9b

Please sign in to comment.