so i added the python osquery example to my .conf ...
# general
l
so i added the python osquery example to my .conf in scheduled queries like so:
Copy code
"scheduledQueries": [
    {
      "name": "testquery",
      "query": "select * from foobar;",
      "interval": 15,
      "snapshot": true
    },
...