Skip to content

Commit

Permalink
[Security Solution] Add an advanced option for self healing in Endpoi…
Browse files Browse the repository at this point in the history
…nt (#157039)

## Summary

Adds the self healing advanced option to Endpoint policy.

<img width="1726" alt="image"
src="https://user-images.githubusercontent.com/56395104/236895833-f2988107-3a96-426c-8fbe-c3723ccfba60.png">


### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
kevinlog and kibanamachine committed May 8, 2023
1 parent 32d3ac2 commit 0c030a5
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -1275,4 +1275,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
}
),
},
{
key: 'windows.advanced.alerts.rollback.self_healing.registry_enabled',
first_supported_version: '8.8',
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.alerts.rollback.self_healing.registry_enabled',
{
defaultMessage:
'Enables self-healing of registry based malware artifacts. Requires rollback.self_healing.enabled to also be enabled. Default: true',
}
),
},
];

0 comments on commit 0c030a5

Please sign in to comment.