mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
5728ee5c2a
commit
25a0a12182
1 changed files with 22 additions and 0 deletions
|
@ -595,6 +595,28 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
|
|||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'linux.advanced.diagnostic.enabled',
|
||||
first_supported_version: '7.12',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.diagnostic.enabled',
|
||||
{
|
||||
defaultMessage:
|
||||
"A value of 'false' disables running diagnostic features on Endpoint. Default: true.",
|
||||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'mac.advanced.diagnostic.enabled',
|
||||
first_supported_version: '7.12',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.mac.advanced.diagnostic.enabled',
|
||||
{
|
||||
defaultMessage:
|
||||
"A value of 'false' disables running diagnostic features on Endpoint. Default: true.",
|
||||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'windows.advanced.alerts.cloud_lookup',
|
||||
first_supported_version: '7.12',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue