RetrySight Cloud staging is live.

Open Cloud
Documentation menu
Docs home

Docs cloud

Cloud agent config

~/.agent-retry/config.yaml for RetrySight Cloud staging — manager URL, API key, discovery, buffer, and privacy.

On this page
  1. Staging example
  2. Environment variables
  3. After edits

Cloud collectors import ~/.agent-retry/config.yaml at startup. The dashboard enroll script writes this file before the native package is installed.

Lite does not use this file. Enterprise on-prem uses the same nested agent.manager.* shape with your manager URL — see Enterprise agent config.

Staging example

agent:
  manager:
    url: https://cloud-staging.retrysight.com
    api-key: rk_live_YOUR_ACCOUNT_KEY
  identity:
    id-file: ${user.home}/.agent-retry/agent-id
    lock-file: ${user.home}/.agent-retry/agent.lock
  platform:
    installation-tier: TIER_4_CLOUD
    auto-discovery: true
  discovery:
    recency-days: 30
    refresh-interval-seconds: 300
  session:
    idle-complete-minutes: 30
  upload:
    batch-interval-seconds: 10
    max-batch-size: 100
    buffer-path: ${user.home}/.agent-retry/buffer.db
  privacy:
    store-full-prompts: false
FieldPurpose
agent.manager.urlCloud origin — https://cloud-staging.retrysight.com (dashboard and API share this host on staging)
agent.manager.api-keyPer-account rk_live_* from Account
agent.platform.auto-discoveryProbe known OS/WSL log layouts; refresh default 5 minutes
agent.upload.buffer-pathLocal SQLite buffer while offline
agent.privacy.store-full-promptsKeep false unless compliance review requires prompt bodies

Do not set the manager URL to app.retrysight.com — that host serves Enterprise CDN artifacts, not Cloud ingest.

Custom log directories still need watch-path (or discovery-mode: FIXED). Print the discovery map:

java -jar agent-app.jar --agent.cli.command=discover

Native installs usually do not need that command.

Environment variables

VariableMaps to
AGENT_MANAGER_URLagent.manager.url
AGENT_MANAGER_API_KEYagent.manager.api-key

Proxy: agent.manager.proxy-host / proxy-port, or HTTP_PROXY / HTTPS_PROXY.

After edits

Restart the OS service (com.retrysight.agent / retrysight-agent.service / RetrySightAgent). Confirm Collectors.

Field-level reference also lives in config YAML.