Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#kolide
Title
# 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
Post