https://github.com/osquery/osquery logo
Title
i

idriskas

04/23/2018, 1:37 AM
Hello all, I was wondering in the Osquery.conf when you refer to the packs you want to use, in the packs section. Does this automatically add those queries to the deamon. Or do queries NEED to be explicitly written in the osquery.conf to be executed by the daemon.
b

burdz

04/23/2018, 1:54 AM
it will add all the queries defined in the pack(s) into the daemon schedule to be executed.
i

idriskas

04/27/2018, 6:40 PM
Thanks!