Skip to content

Commit

Permalink
[Security Solution] Update advanced Policy check for capture_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Apr 11, 2022
1 parent 64910b3 commit b3c4f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.kernel.capture_mode',
{
defaultMessage:
'Allows users to control whether kprobes or ebpf are used to gather data. Possible options are kprobes, ebpf, or auto. Default: auto',
'Allows users to control whether kprobes or ebpf are used to gather data. Possible options are kprobes, ebpf, or auto. Default: kprobes',
}
),
},
Expand Down

0 comments on commit b3c4f93

Please sign in to comment.