Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
kernel_info
Basic active kernel information.
Column | Type | Description |
---|---|---|
arguments | text | Kernel arguments |
device | text | Kernel device identifier |
path | text | Kernel path |
version | text | Kernel version |
See the kernel version running
SELECT version FROM kernel_info;