fleet/schema/tables/osquery_info.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

59 lines
970 B
YAML

name: osquery_info
platforms:
- darwin
- windows
- linux
- chrome
columns:
- name: pid
platforms:
- darwin
- windows
- linux
- name: uuid
platforms:
- darwin
- windows
- linux
- name: instance_id
platforms:
- darwin
- windows
- linux
- name: config_hash
platforms:
- darwin
- windows
- linux
- name: config_valid
platforms:
- darwin
- windows
- linux
- name: start_time
platforms:
- darwin
- windows
- linux
- name: watcher
platforms:
- darwin
- windows
- linux
- name: platform_mask
platforms:
- darwin
- windows
- linux
examples: >-
See the version of the currently running osquery.
```
SELECT version FROM osquery_info;
```
notes: |
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).