Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ private Map<String, Object> createAlertForDatasourceDown(UtmDataInputStatus inpu
alert.put("description", "UTMStack launched this alert because the device exceeded the expected average time in which it can be without sending any log");
alert.put("tactic", "Defense Evasion");
alert.put("reference", Collections.singletonList("https://attack.mitre.org/tactics/TA0005/"));
alert.put("status", AlertStatus.OPEN.getCode());
alert.put("statusLabel", AlertStatus.OPEN.getName());
alert.put("status", AlertStatus.AUTOMATIC_REVIEW.getCode());
alert.put("statusLabel", AlertStatus.AUTOMATIC_REVIEW.getName());
alert.put("severity", AlertSeverityEnum.LOW.getCode());
alert.put("severityLabel", AlertSeverityEnum.LOW.getName());
alert.put("dataType", input.getDataType());
Expand Down