`/etc/osquery/osquery.conf` has the following: ```...
# general
o
/etc/osquery/osquery.conf
has the following:
Copy code
{
  "options": {
    "config_plugin": "filesystem",
    "logger_plugin": "filesystem",
    "utc": "true",
    "disable_audit": "true",
    "disable_events": "true"
  },
... other stuff ...