Skip to content

Commit

Permalink
[ILM] Fixing missing documentation link(#131750)
Browse files Browse the repository at this point in the history
* Missing documentation link in Index Lifecycle policy editor.

* Adds missing link to documentation in Index Lifecycle policy editor.
  • Loading branch information
alstolten authored May 10, 2022
1 parent 1e1ae42 commit 0fa8b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ 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"
Expand Down

0 comments on commit 0fa8b6f

Please sign in to comment.