fleet/schema/tables/os_version.yml
Mo Zhu 5fbc368e46
Warning about installing extension on Chrome browsers (#12596)
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-07-07 09:55:38 -07:00

28 lines
530 B
YAML

name: os_version
platforms:
- darwin
- linux
- windows
- chrome
examples: >-
See the OS version as well as the CPU architecture in use (X86 vs ARM for
example)
```
SELECT arch, version FROM os_version;
```
columns:
- name: install_date
platforms:
- windows
- name: pid_with_namespace
platforms:
- linux
- name: mount_namespace_id
platforms:
- linux
notes: |
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).