mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Security Solution] Add Ransomware canary advanced policy option (#101068)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
b8f6bf5747
commit
7f8f89ed99
1 changed files with 10 additions and 0 deletions
|
@ -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.",
|
||||
}
|
||||
),
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue