https://github.com/osquery/osquery logo
e

etsang

04/06/2021, 6:34 PM
Will osquery daemon process auto reload when osquery.conf changes at runtime by user?
m

Mike Myers

04/06/2021, 6:42 PM
I don't know if it will, but there is a 'refresh interval' setting that should cause it to pick up changes: https://osquery.readthedocs.io/en/latest/installation/cli-flags/#configuration-control-flags
c

cheew

04/06/2021, 7:12 PM
bear in mind that configurations for some plugins don't reload with that flag such as kafka topics.
z

Zach Zeid

04/06/2021, 7:26 PM
flags file loads once at startup, iirc config file loads dynamic based on refresh interval
4 Views