Skip to content

Commit

Permalink
[Security Solution] Update advanced Policy check for capture_mode (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog authored Apr 11, 2022
1 parent 82e7356 commit 0f7179a
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 0f7179a

Please sign in to comment.