Hey all, Whats the easiest way to live query all h...
# fleet
a
Hey all, Whats the easiest way to live query all hosts in fleet? Do i need to first get all hosts ids, and then submit a huge list to the live query endpoint, or is there another way im missing?
I mean using the API
u
Hi @Ari W! With the API, you do need to target individual hosts. With fleetctl, you do have the ability to target groups of host by label.
a
whats fleetctl using behind the scenes? Isnt it just the API?
u
It is, but it's using a more complicated mechanism.
a
ah
Thanks!