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 e61b19c commit 95d3be7Copy full SHA for 95d3be7
alerting/src/main/kotlin/org/opensearch/alerting/MonitorMetadataService.kt
@@ -123,7 +123,7 @@ object MonitorMetadataService :
123
} else {
124
val newMetadata = createNewMetadata(monitor, createWithRunContext = createWithRunContext)
125
if (skipIndex) {
126
- newMetadata to false
+ newMetadata to created
127
128
upsertMetadata(newMetadata, updating = false) to created
129
}
0 commit comments