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>
25 lines
556 B
YAML
25 lines
556 B
YAML
name: geolocation
|
|
evented: false
|
|
platforms:
|
|
- chrome
|
|
description: Last reported geolocation
|
|
columns:
|
|
- name: ip
|
|
type: text
|
|
required: false
|
|
description: IP address
|
|
- name: city
|
|
type: text
|
|
required: false
|
|
description: City
|
|
- name: country
|
|
type: text
|
|
required: false
|
|
description: Country
|
|
- name: region
|
|
type: text
|
|
required: false
|
|
description: Region
|
|
notes: |
|
|
- This table is not a core osquery table. This table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|