Overview
Use local testing to confirm Beacon is installed, writing endpoint events, and readable through local review tools before you move into managed deployment or log forwarding. Beacon runs locally by default. These checks use the endpoint runtime JSONL log and local-only commands, so you can validate collection without a Beacon-hosted account or external network dependency.Setup
Install Beacon and configure endpoint telemetry before testing:Configure endpoint telemetry
Sample output
Sample output
Sample output
Validation Workflow
Check endpoint health
Run
beacon endpoint status and beacon endpoint doctor to confirm the endpoint configuration, collector, runtime log, and local service state.Write a validation event
Use
beacon endpoint test-event to append a known-good synthetic event to the runtime JSONL log.Review the dashboard
Start
beacon endpoint dashboard --open and confirm the validation event appears in Log Search and summary views.Validate MCP access
Run
beacon mcp doctor, then test an MCP query path against the same runtime log to confirm local assistants only receive the intended compact activity summaries.Guides In This Section
Validate Endpoint Telemetry
Confirm endpoint health, write validation events, and inspect the runtime JSONL log.
Test the Local Dashboard
Review Log Search, Security Overview, and runtime inventory from the local dashboard.
Test MCP Access
Test local MCP tools and connect Cursor or Claude Code to Beacon activity.
Key Features Demonstrated
- Verify local endpoint health before a rollout.
- Write a synthetic endpoint event to prove the runtime log is writable.
- Confirm the dashboard and MCP tools read the same local log.
- Separate user-mode, system-mode, and custom log-path checks.

