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?
Ari Weinberg
07/18/2025, 2:32 PM
I mean using the API
u
Unthread
07/18/2025, 3:07 PM
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
Ari Weinberg
07/18/2025, 3:08 PM
whats fleetctl using behind the scenes? Isnt it just the API?
u
Unthread
07/18/2025, 3:09 PM
It is, but it's using a more complicated mechanism.