Skip to content

Commit 931fdd7

Browse files
committed
fix: condition
1 parent 47022ac commit 931fdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-cli/configuration-opensearch/alerting/spar-onprem-devops.monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"severity": "1",
6161
"condition": {
6262
"script": {
63-
"source": "ctx.results[0].hits.total.value == 0",
63+
"source": "ctx.results[0].hits.total.value > 0",
6464
"lang": "painless"
6565
}
6666
},

0 commit comments

Comments
 (0)