Join Slack
Powered by
has anyone got an API/curl example how to execute ...
# kolide
b
bashoneliner
12/15/2018, 11:39 AM
has anyone got an API/curl example how to execute live query without use of fleetctl? Essentially smth like
fleetctl query --query "select * from osquery_info;" --hosts "All Hosts"
, but with API calls.
m
marpaia
12/15/2018, 7:44 PM
here is the Go client:
https://github.com/kolide/fleet/blob/master/server/service/client_live_query.go
3
Views
Open in Slack
Previous
Next