```{ "options": { "disable_events": false, ...
# general
h
Copy code
{
  "options": {
    "disable_events": false,
    "config_plugin": "filesystem",
    "logger_plugin": "filesystem",
    "pidfile": "/var/osquery/osquery.pidfile"
  },
  "crontab": {
    "query": "SELECT * FROM crontab;",
    "interval": 10
  },
  "schedule": {
    "file_events": {
      "query": "SELECT * FROM file_events;",
      "removed": false,
      "interval": 10
    }
  },
  "file_paths": {
    "homes": [
      "/home/xxxxx/xxxxx.com/html/%%"
    ]
  },
  "exclude_paths": {
    "homes": [
      "/home/xxxxx/xxxxx.com/html/var/log/system.log",
      "/home/xxxxxxxxxx.com/html/var/log/bazaarvoice.log"
    ]
  }
}