Join Slack
Powered by
I have a lot of events coming through where snapsh...
# fleet
s
Sebastiaan
07/17/2023, 7:37 PM
I have a lot of events coming through where snapshot[] is just empty
b
Benjamin Edwards
07/17/2023, 8:01 PM
An empty result is a valid answer though, otherwise how do you know the result was zero rows vs the host never responded?
s
Sebastiaan
07/17/2023, 8:03 PM
that is a fair point, so if I understand you correctly, if snapshot == [], then the host is just offline or they responded with an empty result?
Sebastiaan
07/17/2023, 8:03 PM
(as in they didn't get results because of the parameters in the query)
b
Benjamin Edwards
07/17/2023, 8:04 PM
empty results just mean zero rows returned from the osquery query. I think that is a valuable piece of data
s
Sebastiaan
07/17/2023, 8:19 PM
That makes sense
b
Benjamin Edwards
07/17/2023, 8:27 PM
Fleet mechanizes this property of zero result queries as Policies. Those can be quite useful.
Open in Slack
Previous
Next