Skip to content

Sample Sophos Linux Sensor config file

This is an example of /etc/sophos/runtimedetections.yaml containing some config options.

send_labs_telemetry: true
# Set your customer id:
customer_id: "unique_sophos_central_id"
endpoint_telemetry_enabled: true
alert_output:
  outputs:
  - type: stdout
    enabled: true
    template: 'Alert triggered: {{ .StrategyName}}'
  - type: file
    enabled: true
    name: /var/log/sophos-alerts.json

debug: false

cloud_meta: auto