From f11c3a097b42a95eb0fd68878d9cb2b15e4a0c2b Mon Sep 17 00:00:00 2001 From: Ignacio Rivas Date: Tue, 10 May 2022 15:53:35 +0200 Subject: [PATCH] [ILM] Fixing missing documentation link(#131750) (#131913) * Missing documentation link in Index Lifecycle policy editor. * Adds missing link to documentation in Index Lifecycle policy editor. (cherry picked from commit 0fa8b6f6b0bfe12eb0522a967504aaed7f62dad0) Co-authored-by: Alessandro Stoltenberg --- .../components/phases/shared_fields/snapshot_policies_field.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx index 791a70ae6212d..b3fb9b655939e 100644 --- a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx +++ b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx @@ -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." />{' '} - + } titleSize="xs"