Skip to main content

Command overview

beacon endpoint traces builds and reads a local trace index over the Beacon runtime JSONL log. Use it when you want a trace-oriented view of endpoint activity without starting the dashboard.
Command syntax
The index is local SQLite state derived from runtime.jsonl. Rebuilding it does not change the runtime log, and the command does not contact the network.

Commands

Flags

All commands accept: list, search, and show also accept: list also accepts: search also accepts: show also accepts:

Examples

Check the trace index
Rebuild from runtime JSONL
List recent traces
Search event text
Show a focused event window

Local dashboard

Inspect the same local endpoint activity in the loopback dashboard.

Local JSONL

Understand the runtime log that the trace index is derived from.