diff --git a/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt b/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt index c4342d1f6..899760a01 100644 --- a/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt +++ b/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt @@ -141,7 +141,6 @@ class InputService( // Mapping each response to the cluster name before adding to results. // Not adding this same logic for local-only monitors to avoid breaking existing monitors. responseMap[cluster] = response.toMap() - } results += responseMap }