diff --git a/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt b/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt index aa827c76c..4313cd04e 100644 --- a/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt +++ b/alerting/src/main/kotlin/org/opensearch/alerting/InputService.kt @@ -55,7 +55,7 @@ class InputService( monitor.inputs.forEach { input -> when (input) { // debug use - + logger.info("SearchInput: ${SearchInput}") is SearchInput -> { // TODO: Figure out a way to use SearchTemplateRequest without bringing in the entire TransportClient val searchParams = mapOf(