We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f737ea commit e1aeaa3Copy full SHA for e1aeaa3
website/docs/r/monitor_alert_v2_prometheus.md
@@ -18,11 +18,11 @@ Creates a Sysdig Monitor Prometheus Alert. The notification is triggered on the
18
resource "sysdig_monitor_alert_v2_prometheus" "sample" {
19
name = "Elasticsearch JVM heap usage"
20
description = "Elasticsearch JVM heap used over attention threshold"
21
- severity = high
+ severity = "high"
22
query = "(elasticsearch_jvm_memory_used_bytes{area=\"heap\"} / elasticsearch_jvm_memory_max_bytes{area=\"heap\"}) * 100 > 80"
23
trigger_after_minutes = 10
24
notification_channels {
25
- id = <your-notification-channel-id>
+ id = 1234
26
renotify_every_minutes = 5
27
}
28
0 commit comments