Skip to content

Commit

Permalink
Enable cross-cluster monitor cluster setting (#1612)
Browse files Browse the repository at this point in the history
* Enable cross-cluster monitor cluster setting

Signed-off-by: Megha Goyal <[email protected]>

* Update GetRemoteIndexesActionIT.kt

Signed-off-by: Megha Goyal <[email protected]>

---------

Signed-off-by: Megha Goyal <[email protected]>
Co-authored-by: AWSHurneyt <[email protected]>
  • Loading branch information
goyamegh and AWSHurneyt authored Jul 19, 2024
1 parent a2cbff6 commit 7c69e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import java.util.*

@Suppress("UNCHECKED_CAST")
class GetRemoteIndexesActionIT : AlertingRestTestCase() {
private var remoteMonitoringEnabled = false
private var remoteMonitoringEnabled = true
private var remoteClusters = listOf<String>()

private val mappingFieldToTypePairs1 = listOf(
Expand Down

0 comments on commit 7c69e09

Please sign in to comment.