Alerting
Configure how the alert will be displayed in the Escape interface.
This block configure your alert rendering in the Escape interface.
For example you can configure the severity of the alert: HIGH
, MEDIUM
, LOW
or INFO
.
To help others users to understand why this alert is raised and why it is important, you can also add a context
with more information.
alert:
severity: HIGH
name: Admin email changed
context: |
The admin email has been changed. This should not been allowed by any API.
For more information, please contact the security team.
category: ACCESS_CONTROL
Properties
severity
: Severity of the alertname
: Name of the alertcontext
: Context of the alertcategory
: Category of the alertdescription
: Description of the alertremediation
: Remediation of the alertcompliance
: Compliance standards violated by this alert