https://github.com/osquery/osquery logo
#core
Title
# core
c

Chris Broome

05/13/2020, 8:04 PM
hey everyone, I posed a question over in #windows but i think it might be better suited for this channel: https://osquery.slack.com/archives/C0FHNQ2N6/p1589387839132000
t

theopolis

05/13/2020, 10:09 PM
I think the requests are sent in an async call, so there will be a new thread each time
c

Chris Broome

05/13/2020, 10:42 PM
I’m actually showing the threads staying around. I have my distributed refresh interval set to 10 seconds, and every 10 seconds I see 2 calls to the distributed read endpoint. But those 2 calls have the same thread ID in the logger message
4 Views