Is there a way to tell fleetctl when to timeout fr...
# kolide
l
Is there a way to tell fleetctl when to timeout from waiting for more hosts to a query?
m
you can ctl-c the command to quit it but i don’t believe there is a built-in timeout option
l
ah bummer, was hoping to script the output to files..
m
i’m sure there is some bash wizardry you could employ
l
actually, I missed the exit param… That works
s
timeout
is the quick bash wizardry. You can get fancier with threads and signaling.