Skip to content

Commit 7f8f89e

Browse files
[Security Solution] Add Ransomware canary advanced policy option (#101068)
Co-authored-by: Kibana Machine <[email protected]>
1 parent b8f6bf5 commit 7f8f89e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts

+10
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,14 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
648648
}
649649
),
650650
},
651+
{
652+
key: 'windows.advanced.ransomware.canary',
653+
first_supported_version: '7.14',
654+
documentation: i18n.translate(
655+
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.ransomware.canary',
656+
{
657+
defaultMessage: "A value of 'false' disables Ransomware canary protection. Default: true.",
658+
}
659+
),
660+
},
651661
];

0 commit comments

Comments
 (0)