Skip to content

Commit c865b09

Browse files
committed
Monitor model changed to add an optional fanoutEnabled field
Signed-off-by: Riya Saxena <riysaxen@amazon.com>
1 parent 09caa44 commit c865b09

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/org/opensearch/commons/alerting/model

1 file changed

+1
-1
lines changed

src/main/kotlin/org/opensearch/commons/alerting/model/Monitor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ data class Monitor(
4545
val deleteQueryIndexInEveryRun: Boolean? = false,
4646
val shouldCreateSingleAlertForFindings: Boolean? = false,
4747
val owner: String? = "alerting",
48-
val fanoutEnabled: Boolean? = true,
48+
val fanoutEnabled: Boolean? = true
4949
) : ScheduledJob {
5050

5151
override val type = MONITOR_TYPE

0 commit comments

Comments
 (0)