Skip to content

Commit 3f5f32d

Browse files
author
Ashish Gaurav
committed
[Monitors] remove query field from slo example in docs
Took 3 minutes
1 parent e8993a8 commit 3f5f32d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

website/docs/r/monitor.html.markdown

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)