mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
5fbc368e46
Co-authored-by: Rachael Shaw <r@rachael.wtf>
59 lines
970 B
YAML
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).
|