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.
beacon endpoint datadog
Usebeacon endpoint datadog to generate Datadog Agent custom log collection content for Beacon endpoint events. The generated pack tails Beacon’s local runtime.jsonl file with the Datadog Agent and tags events with service:beacon-endpoint-agent, source:beacon, vendor:beacon, and product:endpoint-agent.
Beacon does not store Datadog API keys or site configuration. Keep Datadog credentials, site settings, and transport in the Datadog Agent or your endpoint-management secret store.
Commands
beacon endpoint datadog print-config
Print a Datadog Agent custom log config for the configured runtime log.
beacon endpoint datadog install-pack
Write Datadog Agent custom log integration content to a directory.
beacon endpoint datadog validate
Write and describe a Beacon Datadog validation event.
Runtime log paths
| Mode | Path |
|---|---|
| User mode | ~/.beacon/endpoint/logs/runtime.jsonl |
| System mode | /var/log/beacon-agent/runtime.jsonl |
beacon endpoint datadog print-config
beacon endpoint datadog print-config prints a Datadog Agent custom log config for the configured Beacon runtime JSONL log.
Examples
Print config for the default per-user Beacon install:Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
beacon endpoint datadog install-pack
beacon endpoint datadog install-pack writes Datadog Agent custom log integration content to a directory.
conf.yaml, setup instructions, and sample Beacon endpoint events.
Examples
Generate a content pack for the default per-user install:Flags
| Flag | Description |
|---|---|
--output <dir> | Output directory for the Datadog content pack. Defaults to beacon-datadog-pack |
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
beacon endpoint datadog validate
beacon endpoint datadog validate writes a Beacon validation event to the runtime JSONL log and prints the expected Datadog fields and validation query.
Examples
Write a validation event for the default per-user install:Flags
| Flag | Description |
|---|---|
--user | Use per-user endpoint paths. Enabled by default |
--system | Use system endpoint paths and launch daemon |
--log-path <path> | Runtime JSONL log path |
Related
Datadog forwarding
Configure Datadog Agent custom log collection for Beacon events.
SIEM forwarding
Review forwarding patterns and validation steps.
Endpoint agent
Install and inspect the local endpoint agent.
Endpoint event schema
Review normalized Beacon JSONL fields and example events.

