All versions of this manual
X
 

Alerts: Configuration

To enable, disable and customize the alerts behavior see how to configure Linkurious Enterprise.

The following options are available in alerts key:

  • enabled (default: true): The feature activation parameter. The value false will completely disable the feature preventing even the possibility to define new alerts.

  • maxMatchTTL (default: 0): The Time To Live is the number of days a result is kept in the new matches section (to be reviewed). If not reviewed before the number of days are elapsed, a result will disappear.

    The value 0 means that not reviewed results will disappear only if they aren't matched again at the following execution of the alert check.

  • maxMatchesLimit (default: 5000): The maximum number of matches returned by a single alert.

  • maxRuntimeLimit (default: 600000): The maximum execution time (in milliseconds) of a single alert.

  • maxConcurrency (default: 1): The number of alert queries can be run concurrently. This is useful when you configure multiple alerts and want to prevent them from running at the same time to limit load on the graph database server.

Example of alerts configuration:

alerts: {
  "enabled": true,
  "maxMatchTTL": 0,
  "maxMatchesLimit": 5000,
  "maxRuntimeLimit": 600000,
  "maxConcurrency": 1
}