{% extends "layouts/default.html" %} {% block title %} Alerts {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{{ form.csrf_token }}
Loading..

Here are two sample custom conditions:


[{
  "field": "alert_severity_id",
  "operator": "in",
  "value": [1, 2]
},
{
  "field": "alert_title",
  "operator": "like",
  "value": "phishing"
}]

[{
  "field": "severity.severity_name",
  "operator": "like",
  "value": "Critical"
}]

Copy one of these conditions and paste it into the "Custom Conditions" field above, then adjust the values as needed.

{% include 'modal_escalate.html' %} {% include 'modal_enrichment.html' %} {% include 'modal_new_alert_owner.html' %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}