Command Overview
beacon endpoint bundle-diagnostics writes a redacted local diagnostics bundle for Beacon endpoint support and troubleshooting.
Command syntax
Bundle Contents
The diagnostics bundle can include:- Endpoint status and doctor output
- Endpoint configuration with secrets redacted
- Runtime inventory
- Local path and service metadata
- Optional redacted event summaries
- Optional raw runtime JSONL events
Flags
| Flag | Description |
|---|---|
--output <dir> | Output directory for the diagnostics bundle |
--include-event-summaries | Include redacted event summaries |
--include-raw-events | Include raw runtime JSONL events |
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
Examples
Write a basic diagnostics bundle:Write a basic diagnostics bundle
Include redacted event summaries
Include raw runtime events for local troubleshooting
Bundle diagnostics for a system-mode deployment
Related
Endpoint doctor
Run local endpoint health checks with pass/fail exit behavior.
Endpoint config
Inspect and validate endpoint configuration with secrets redacted.

