J.R. Murray
08/02/2023, 3:57 PMlogging:
json: true
activity:
enable_audit_log: true
filesystem:
audit_log_file: /var/log/fleet/audit.log
result_log_file: /var/log/osquery/result.logKathy Satterlee
08/02/2023, 4:14 PM# This enables logging of the Fleet activity stream (<https://fleetdm.com/docs/using-fleet/audit-logs#audit-logs>)
# This log is a Fleet Premium feature
# For Fleet Community users, this data is available through the REST API (<https://fleetdm.com/docs/rest-api/rest-api#activities>)
activity:
enable_audit_log: true
filesystem:
# This is the path for the audit log (see above)
audit_log_file: /var/log/fleet/audit.log
# This is the path for the osquery results logs for scheduled queries (sent from the osquery agent)
result_log_file: /var/log/osquery/result.log
The Fleet logs themselves are sent to stdout or stderr, so where you'll find them will depend on how you're running Fleet.J.R. Murray
08/02/2023, 5:03 PMJ.R. Murray
08/02/2023, 5:11 PM