Skip to content

Commit

Permalink
Update enroll-hosts.md to include Fleet Desktop logs (#25218)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaui authored Jan 27, 2025
1 parent 42d7227 commit 49ff507
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions articles/enroll-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,17 @@ Fleetd will send stdout/stderr logs to the following directories:
- Linux: Orbit and osqueryd stdout/stderr output is sent to syslog (`/var/log/syslog` on Debian systems, `/var/log/messages` on CentOS, and `journalctl -u orbit` on Fedora).

If the `logger_path` agent configuration is set to `filesystem`, fleetd will send osquery's "result" and "status" logs to the following directories:
- Windows: C:\Program Files\Orbit\osquery_log
- macOS: /opt/orbit/osquery_log
- Linux: /opt/orbit/osquery_log
- Windows: `C:\Program Files\Orbit\osquery_log`
- macOS: `/opt/orbit/osquery_log`
- Linux: `/opt/orbit/osquery_log`

The Fleet Desktop log files can be found in the following directories depending on the platform:

- Linux: `$XDG_STATE_HOME/Fleet or $HOME/.local/state/Fleet`
- macOS: `$HOME/Library/Logs/Fleet`
- Windows: `%LocalAppData%/Fleet`

The log file name is `fleet-desktop.log`.

### Using system keystore for enroll secret

Expand Down

0 comments on commit 49ff507

Please sign in to comment.