mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update enroll-hosts.md to include Fleet Desktop logs (#25218)
This commit is contained in:
parent
42d7227611
commit
49ff507568
1 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue