mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
70c8dab10f
commit
85667b8475
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
}
|
||||
),
|
||||
},
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue