Hello everyone. I'm new to osquery and learning it...
# general
r
Hello everyone. I'm new to osquery and learning it. i want to understand, when we pass custom conf file using osqueryi --config_path=/path/custom.conf, where does the output of the query printed? how do we find out if the query in config fie has been executed. even while using osqueryd --config_path=/path/custom.conf, i'm could not find out if the query has been executed
z
If you turn on --verbose osquery will log whenever it runs a query
Logs will go to the path specified for --logger_path
r
Thanks. It worked