Minor text updates to tty toggle tooltip and capture_mode advanced option (#142665)

* minor text updates to tty toggle tooltip and capture_mode advanced option

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* text tweaks

Co-authored-by: Karl Godard <karlgodard@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Karl Godard 2022-10-11 10:02:49 -07:00 committed by GitHub
parent 70c8dab10f
commit 85667b8475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -914,7 +914,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: kprobes',
'Allows users to control whether kprobes or ebpf are used to gather data. Options are kprobes, ebpf, or auto. Auto uses ebpf if possible, otherwise uses kprobes. Default: auto',
}
),
},

View file

@ -81,7 +81,7 @@ const SUPPLEMENTAL_OPTIONS: ReadonlyArray<SupplementalEventFormOption<OperatingS
'xpack.securitySolution.endpoint.policyDetailsConfig.linux.events.tty_io.tooltip',
{
defaultMessage:
'Turn this on to collect terminal (tty) output. Terminal output appears in Session View, and you can view it separately to see what commands were executed and how they were typed, provided the terminal is in echo mode.',
'Turn this on to collect terminal (tty) output. Terminal output appears in Session View, and you can view it separately to see what commands were executed and how they were typed, provided the terminal is in echo mode. Only works on hosts that support ebpf.',
}
),
indented: true,