Skip to main content

Command Overview

beacon endpoint config inspects and safely updates the local Beacon endpoint configuration.
Command syntax
beacon endpoint config [command]
Use this command group when you need to review the effective endpoint configuration or validate config file contents without reinstalling the endpoint agent.

Commands

show

Print endpoint configuration with secrets redacted.

validate

Validate endpoint configuration and destination settings.

Flags

FlagDescription
--userUse per-user endpoint paths. Enabled by default
--systemUse system endpoint paths and launch daemon
--log-path <path>Runtime JSONL log path

beacon endpoint config show

beacon endpoint config show prints the endpoint configuration with secrets redacted.
Manage endpoint configuration
beacon endpoint config show
Splunk HEC tokens and other secret destination values are not printed. Use this command before support handoffs or diagnostics collection when you need to confirm paths, ports, harnesses, and destination settings.

Examples

Show per-user endpoint config:
Show per-user endpoint config
beacon endpoint config show
Show system endpoint config:
Show system endpoint config
sudo beacon endpoint config show --system

beacon endpoint config validate

beacon endpoint config validate validates the endpoint configuration file.
Run the validation check
beacon endpoint config validate
Validation checks endpoint and destination configuration. For example, Splunk HEC and Falcon LogScale HEC forwarding require both an endpoint URL and token when configured.

Examples

Validate per-user endpoint config:
Validate per-user endpoint config
beacon endpoint config validate
Validate system endpoint config:
Validate system endpoint config
sudo beacon endpoint config validate --system

Endpoint install

Configure endpoint telemetry and collector service files.

Diagnostics bundle

Collect redacted endpoint support artifacts.