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.
Retention and Redaction
Beacon content retention controls how much prompt, command, attribute, and diff content can be written to local JSONL and forwarded by customer-controlled pipelines. Choose the retention mode before rollout so endpoint events match your approved telemetry collection policy.Retention Modes
| Mode | Behavior | Use when |
|---|---|---|
metadata | Excludes prompt text, raw attributes, command output, and raw diffs | Reviewers need activity metadata without retained content |
redacted | Includes configured content fields after local redaction and size limits | Reviewers need content context with secret-pattern reduction |
full | Includes configured content fields, still subject to event size limits | Reviewers have approved full local or customer-controlled content capture |
Metadata Example
Withmetadata, Beacon records event shape and operational context while omitting content fields such as prompt text, raw attributes, command output, and raw diffs.
Redacted Example
Withredacted, Beacon can include configured content fields after local redaction and size limits. Redaction is intended to reduce common secret patterns before the event is written.
Full Example
Withfull, Beacon can include configured content fields in local or customer-controlled logs, subject to event size limits and truncation markers.
Forwarding Implications
Retention is enforced before events are written toruntime.jsonl. File-based destinations such as Wazuh, Elastic/Filebeat, Datadog Agent custom log collection, Sumo Logic forwarding, Rapid7 forwarding, and customer-managed shippers read the resulting local JSONL. Splunk HEC and Falcon LogScale HEC forwarding receive the same normalized collector output according to the configured endpoint pipeline.
Use metadata or redacted for stricter deployments. Use full only when prompt text, tool input, command output, and retained content match your approved telemetry policy.
Related
Schema examples
Inspect full endpoint event examples and retention fields.
Endpoint install
Configure the content retention mode at install time.

