Skip to content

Commit fbd3bf0

Browse files
Enabling alerting comments feature by defualt (#1725)
Signed-off-by: Dennis Toepker <[email protected]> Co-authored-by: Dennis Toepker <[email protected]>
1 parent e1f05c9 commit fbd3bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerting/src/main/kotlin/org/opensearch/alerting/settings/AlertingSettings.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class AlertingSettings {
226226

227227
val ALERTING_COMMENTS_ENABLED = Setting.boolSetting(
228228
"plugins.alerting.comments_enabled",
229-
false,
229+
true,
230230
Setting.Property.NodeScope, Setting.Property.Dynamic
231231
)
232232

0 commit comments

Comments
 (0)