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) (#101149)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
  • Loading branch information
kibanamachine and kevinlog authored Jun 3, 2021
1 parent 6ac1ee2 commit 88615e4
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 88615e4

Please sign in to comment.