mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
- Add documentation for new tables so that they show up on fleetdm.com and the sidebar in the Fleet UI --------- Co-authored-by: Rachael Shaw <r@rachael.wtf> Co-authored-by: Jack-Daniyel Strong <jack@jdstrong.com> Co-authored-by: Eric <eashaw@sailsjs.com>
19 lines
No EOL
707 B
YAML
19 lines
No EOL
707 B
YAML
name: falcon_kernel_check
|
|
description: Get information about Crowdstrike Falcon agent installed on the host.
|
|
evented: false
|
|
notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
|
|
platforms:
|
|
- linux
|
|
columns:
|
|
- name: kernel
|
|
description: Version of the host's kernel.
|
|
type: text
|
|
required: false
|
|
- name: supported
|
|
description: Whether or not the host's kernel supports the Crowdstrike Falcon sensor version.
|
|
type: text
|
|
required: false
|
|
- name: sensor_version
|
|
description: Version of the Crowdstrike Falcon's sensor.
|
|
type: text
|
|
required: false |