Skip to content

Commit

Permalink
[Security Solution] Add Ransomware canary advanced policy option (#10…
Browse files Browse the repository at this point in the history
…1068)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
kevinlog and kibanamachine authored Jun 2, 2021
1 parent b8f6bf5 commit 7f8f89e
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
}
),
},
];

0 comments on commit 7f8f89e

Please sign in to comment.