Skip to content

Commit aaad37b

Browse files
author
Ashish Gaurav
committed
[Monitors] fix unintentional edit in logsMissingDataDetection
Took 8 minutes
1 parent ec6cecc commit aaad37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sumologic/resource_sumologic_monitors_library_monitor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ func logsMissingDataConditionBlockToJson(block map[string]interface{}) []Trigger
893893
alert := TriggerCondition{
894894
TimeRange: block["time_range"].(string),
895895
DetectionMethod: logsMissingDataConditionDetectionMethod,
896+
TriggerType: "MissingData",
896897
}
897898
resolution := TriggerCondition{
898899
TimeRange: block["time_range"].(string),

0 commit comments

Comments
 (0)