# /etc/default/yara-rt-scanner -- environment for the yara-rt-scanner systemd service.
# Installed by the yara-rt-scanner package; edit to configure this host.

# Vector `yara` source for shipping detections to ClickHouse
# (security_scans.yara_detections). Leave blank/unset to disable the export.
VECTOR_URL=https://vector-http.dream.io:8901

# Extra flags appended to the yara-rt-scanner command, e.g. --enforce --access.
YARA_RT_EXTRA_ARGS="-a"
