Documentation Index
Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Local Logs
Beacon writes endpoint telemetry to a local runtime JSONL log. Local log checks help confirm that commands, the dashboard, and any downstream forwarding are reading the same file.Find the active runtime log
Use status to print the configured runtime log path and last observed event:User and system paths
Default local evaluation uses per-user endpoint paths:/var/log/beacon-agent/runtime.jsonl:
Log rotation
Beacon keeps the activeruntime.jsonl path stable and rotates it when the next write would exceed 10 MiB. By default, it keeps five numbered local archives next to the active file:
runtime.jsonl path and use their normal file-rotation handling to checkpoint offsets. The local dashboard can inspect the active log and numbered archives when you need to review recent rotated events.
Test a custom log path
Use--log-path when testing a temporary runtime log or a support reproduction:
/tmp/beacon/runtime.jsonl rotates to /tmp/beacon/runtime.jsonl.1.
What to confirm
| Area | Expected result |
|---|---|
| Runtime path | Status shows the log path you intend to test |
| Writability | beacon endpoint test-event can append a validation event |
| Freshness | Status reports a recent last Beacon event |
| Rotation | The active log remains at runtime.jsonl and older local data moves to numbered archives |
| Dashboard source | Dashboard --log-path matches the tested runtime log |
| Deployment mode | User or system mode matches the installation you are validating |
Related
Health checks
Confirm endpoint configuration, collector health, and local diagnostics.
Validation events
Append a known-good event to the runtime JSONL log.
Dashboard testing
Confirm the dashboard is reading and summarizing the expected log.
Endpoint event schema
Review the normalized JSONL contract used for endpoint events.

