File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ resource "sumologic_monitor" "tf_logs_monitor_1" {
2020 content_type = "Monitor"
2121 monitor_type = "Logs"
2222 evaluation_delay = "5m"
23- queries {
24- row_id = "A"
25- query = "_sourceCategory=event-action info"
26- }
23+
2724 trigger_conditions {
2825 logs_static_condition {
2926 critical {
@@ -39,6 +36,7 @@ resource "sumologic_monitor" "tf_logs_monitor_1" {
3936 }
4037 }
4138 }
39+
4240 notifications {
4341 notification {
4442 connection_type = "Email"
@@ -74,10 +72,7 @@ resource "sumologic_monitor" "tf_metrics_monitor_1" {
7472 content_type = "Monitor"
7573 monitor_type = "Metrics"
7674 evaluation_delay = "1m"
77- queries {
78- row_id = "A"
79- query = "metric=CPU_Idle _sourceCategory=event-action"
80- }
75+
8176 trigger_conditions {
8277 metrics_static_condition {
8378 critical {
You can’t perform that action at this time.
0 commit comments