Forwarding Command
Usebeacon endpoint sumo to generate Sumo Logic HTTP Source forwarding content for Beacon endpoint events. The generated pack keeps Beacon as a local JSONL producer and helps your customer-managed shipper upload runtime.jsonl to a Sumo Logic Hosted Collector HTTP Logs & Metrics Source.
Beacon does not store Sumo Source URLs, tokens, or collector configuration. Keep those values in your shipper configuration, endpoint-management secret store, or deployment tooling.
Command syntax
Commands
beacon endpoint sumo print-config
Print a Sumo HTTP Source smoke-test uploader for the configured runtime log.
beacon endpoint sumo install-pack
Write Sumo Logic HTTP Source forwarding content to a directory.
beacon endpoint sumo validate
Write and describe a Beacon Sumo Logic validation event.
Runtime log paths
| Mode | Path |
|---|---|
| User mode | ~/.beacon/endpoint/logs/runtime.jsonl |
| System mode | /var/log/beacon-agent/runtime.jsonl |
beacon endpoint sumo print-config
beacon endpoint sumo print-config prints a Sumo Logic HTTP Source smoke-test uploader for the configured Beacon runtime JSONL log.
Print the configuration
Examples
Print a smoke-test uploader for the default per-user Beacon install:Print a smoke-test uploader for the default per-user Beacon install
Print a smoke-test uploader for a system-mode MDM deployment
Print a smoke-test uploader for a custom runtime log
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 sumo install-pack
beacon endpoint sumo install-pack writes Sumo Logic HTTP Source forwarding content to a directory.
Generate the integration pack
Examples
Generate a content pack for the default per-user install:Generate a content pack for the default per-user install
Generate a content pack for a system-mode deployment
Generate a content pack for a custom runtime log
Flags
| Flag | Description |
|---|---|
--output <dir> | Output directory for the Sumo Logic content pack. Defaults to beacon-sumo-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 sumo validate
beacon endpoint sumo validate writes a Beacon validation event to the runtime JSONL log and prints the expected Sumo Logic fields and validation query.
Run the validation check
Examples
Write a validation event for the default per-user install:Write a validation event for the default per-user install
Write a validation event for a system-mode deployment
Write a validation event to a custom runtime log
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
Sumo Logic forwarding
Configure Sumo Logic Hosted Collector HTTP Source forwarding for Beacon events.
Log 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.

