Skip to main content

Command Overview

beacon ingest shows managed ingest status and uploads endpoint telemetry to configured Asymptote Managed destinations.
Command syntax
beacon ingest [command]
Use these commands when an endpoint is configured for managed ingest and you need to verify upload state or trigger an upload from the local runtime log.
Managed ingest requires dashboard credentials from beacon login and endpoint ingest configuration. Local endpoint collection remains local-only unless managed ingest is configured and upload commands are used.

Commands

status

Show configured ingest status across ingest sources.

endpoint

Check and upload endpoint telemetry for managed ingest.

Shared Flags

beacon ingest status, beacon ingest endpoint status, and beacon ingest endpoint upload accept the same endpoint selection and output flags.
FlagDescription
--userUse per-user endpoint paths. Enabled by default
--systemUse system endpoint paths and launch daemon
--log-path <path>Runtime JSONL log path
--jsonPrint output as JSON

beacon ingest status

beacon ingest status prints configured ingest status across ingest sources.
Show ingest status
beacon ingest status
Example output:
Example output
Beacon ingest
Endpoint: enabled=true managed=true logged_in=true accepted=0 rejected=0
Print machine-readable status:
Print JSON
beacon ingest status --json

Endpoint ingest

Check endpoint upload status and upload local runtime events.

beacon login

Authenticate the Beacon CLI with your Asymptote dashboard account.