Overview
Start local testing by confirming Beacon can find its endpoint configuration, collector, runtime log, and supported harnesses. This guide covers status checks, doctor diagnostics, and harness discovery before you test real agent activity.Setup
Run these checks afterbeacon endpoint install has configured the local endpoint agent.
1. Run Status
beacon endpoint status gives the broadest local view. It reports the Agent Beacon CLI version, config path, runtime log path, collector health, service state, discovered harnesses, diagnostics, destinations, and last observed event.
Check endpoint status
Sample output
Sample output
Sample output
Print status as JSON
Check system-mode status
2. Run Doctor
beacon endpoint doctor runs pass/fail health checks and exits non-zero when a hard check fails. Add --fix when you want Beacon to apply supported safe remediations, such as creating a missing runtime log or repairing managed macOS collector service files.
Run endpoint doctor
Sample output
Sample output
Sample output
Apply supported fixes
3. Discover Harnesses
Use discovery to compare configured and detected local runtimes before testing real agent activity.Discover local harnesses
Key Signals
- Collector is running and bound to local OTLP endpoints.
- Runtime log path exists and is writable.
- Diagnostics are passing or have actionable warnings.
- Discovered harnesses match your expected local test scope.
Troubleshooting
- If the collector is stopped, run
beacon endpoint repairorbeacon endpoint doctor --fix. - If the runtime log is missing before any event exists, write a validation event.
- If a harness is installed but not configured, review Agent harness integrations.
- If system-mode checks differ from user-mode checks, confirm which install mode you are validating.
Related
beacon endpoint status
Inspect endpoint health, diagnostics, destinations, and last-event state.
beacon endpoint doctor
Run local health checks with pass/fail exit behavior.
beacon endpoint discover
Show detected and configured local agent harnesses.
Runtime hooks
Install and inspect hook telemetry for supported harnesses.

