From a5f47e12574609afca415d04bbcb568bcb94822e Mon Sep 17 00:00:00 2001 From: Megha Goyal Date: Thu, 18 Jul 2024 14:56:42 -0700 Subject: [PATCH] Enable cross-cluster monitor cluster setting Signed-off-by: Megha Goyal --- .../kotlin/org/opensearch/alerting/settings/AlertingSettings.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/src/main/kotlin/org/opensearch/alerting/settings/AlertingSettings.kt b/alerting/src/main/kotlin/org/opensearch/alerting/settings/AlertingSettings.kt index 8ab7eee24..dc554b455 100644 --- a/alerting/src/main/kotlin/org/opensearch/alerting/settings/AlertingSettings.kt +++ b/alerting/src/main/kotlin/org/opensearch/alerting/settings/AlertingSettings.kt @@ -205,7 +205,7 @@ class AlertingSettings { val CROSS_CLUSTER_MONITORING_ENABLED = Setting.boolSetting( "plugins.alerting.cross_cluster_monitoring_enabled", - false, + true, Setting.Property.NodeScope, Setting.Property.Dynamic )