when I enable a pack on kolide, what is the defaul...
# kolide
v
when I enable a pack on kolide, what is the default time when this pack is propagated to the osquery agents? and where I can configure it?
s
Are you asking how long it takes to get to the endpoints? I’m not sure how long (if at all) fleet caches config generation, but launcher polls that every couple minutes.
On the launcher side, it’s a compiled value
You can see what configuration a client has by looking at the
osquery_schedule
table.
Note that when a new config is loaded, a query will run within the interval period. not immediately. So if you have an interval of 1 day. you may not see results until 1 day.
v
ah, thanks, makes sense