Configuring Siren Alert
Siren Alert is configured using parameters in the main Siren Investigate (or Kibana) YAML file
By default, all actions are switched off and will only produce log entries. To enable one or more actions, configure the required parameters on each, and set the active
flag.
Note that these examples apply only to Siren platform 10 and later.
Example (minimal)
sentinl: settings: email: active: true user: smtp_username password: smtp_password host: smtp.server.com ssl: true report: active: true executable_path: '/usr/bin/chromium' # path to Chrome v59+ or Chromium v59+
For more detail, see the extended example.