Command Overview
beacon endpoint status reports the current local endpoint configuration, collector status, service state, discovered harnesses, diagnostics, destination status, and the last observed Beacon event.
The service state names the backend it found: launchd on macOS, systemd on Linux, or supervised where there is no init system to register with. A supervised collector is reported as such rather than as a healthy service, because nothing restarts it.
Command syntax
Flags
Examples
Show endpoint status with the default per-user paths:Show endpoint status with the default per-user paths
Print machine-readable status
Check a custom runtime log path
Check system-mode status for a root-managed deployment
Output
Status includes:- Agent Beacon CLI version
- Config path and runtime log path
- Runtime-log source warnings if a system collector may be writing OTLP events to a different log
- Collector health and configured OTLP ports
- Service status, and which service manager it came from
- Discovered agent harnesses, including Beacon-managed or customer-managed telemetry state for Gemini CLI, VS Code Copilot, GitHub Copilot CLI, and Factory Droid when present
- Endpoint diagnostics
- Destination configuration in JSON output, including Splunk HEC or Falcon LogScale HEC endpoint, index, source, and sourcetype when configured
- Last Beacon event in the runtime log, when present
--json includes a destinations.splunk_hec object with configured: true and the non-secret destination settings. When Falcon LogScale HEC is configured, --json includes destinations.falcon_hec with the same non-secret fields. HEC tokens are not printed. File-based destinations such as Wazuh, Elastic, Datadog, Sumo Logic, Rapid7, Microsoft Sentinel, and AWS S3 validate against the configured runtime log path and their generated shipper configuration.
Related
Endpoint install
Configure the local collector and supported runtime telemetry.
Endpoint doctor
Run local health checks with pass/fail exit behavior.
Endpoint inventory
Show configured, detected, and observed endpoint inventory.
Endpoint dashboard
Inspect Beacon runtime logs in a local dashboard.

