mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix emergency geolocation query (#8723)
This commit is contained in:
parent
8fee954dba
commit
7715b50f53
1 changed files with 1 additions and 1 deletions
|
|
@ -1028,7 +1028,7 @@ spec:
|
|||
JSON_EXTRACT(result, '$.region') AS region,
|
||||
JSON_EXTRACT(result, '$.country') AS country,
|
||||
JSON_EXTRACT(result, '$.latitude') AS latitude,
|
||||
JSON_EXTRACT(result, '$.longitude') AS longitude,
|
||||
JSON_EXTRACT(result, '$.longitude') AS longitude
|
||||
FROM curl
|
||||
WHERE url = 'http://ipapi.co/json';
|
||||
purpose: inventory
|
||||
|
|
|
|||
Loading…
Reference in a new issue