From b037ff0c38eb6956c7ef9de2fda3f20c1781931b Mon Sep 17 00:00:00 2001 From: kevinlog Date: Tue, 1 Jun 2021 12:13:06 -0400 Subject: [PATCH] add canary advanced policy opiton --- .../pages/policy/models/advanced_policy_schema.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts b/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts index 3c760545539c15..166d3f3b98a859 100644 --- a/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts +++ b/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts @@ -648,4 +648,14 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [ } ), }, + { + key: 'windows.advanced.ransomware.canary', + first_supported_version: '7.14', + documentation: i18n.translate( + 'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.ransomware.canary', + { + defaultMessage: "A value of 'false' disables Ransomware canary protection. Default: true.", + } + ), + }, ];