Skip to content

Commit

Permalink
add linux and mac diagnostics switches (#95819)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
kevinlog and kibanamachine committed Mar 30, 2021
1 parent 53d4fa7 commit 9c21f41
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9c21f41

Please sign in to comment.