Command Overview
beacon endpoint status reports the current local endpoint configuration, collector status, launchd service state, discovered harnesses, diagnostics, destination status, and the last observed Beacon event.
Command syntax
Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
--json | Print status as JSON |
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
- launchd service status
- 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.

