Modify monitor issue

Seeing an odd issue with updating a query for an existing monitor:

[2023-03-31T17:29:25,398][ERROR][o.o.a.u.AlertingException] [read] Alerting error: java.lang.NullPointerException
[2023-03-31T17:29:25,399][WARN ][r.suppressed             ] [sread] path: /_plugins/_alerting/monitors/ltTyZW0BN1FYGqE3Z7yC, params: {monitorID=ltTyZW0BN1FYGqE3Z7yC, refresh=wait_for, if_seq_no=69, if_primary_term=1}
org.opensearch.alerting.util.AlertingException: Unknown error
	at org.opensearch.alerting.util.AlertingException$Companion.wrap(AlertingException.kt:70) ~[opensearch-alerting-2.6.0.0.jar:2.6.0.0]
	at org.opensearch.alerting.transport.TransportIndexMonitorAction$IndexMonitorHandler.updateMonitor(TransportIndexMonitorAction.kt:557) [opensearch-alerting-2.6.0.0.jar:2.6.0.0]
	at org.opensearch.alerting.transport.TransportIndexMonitorAction$IndexMonitorHandler.access$updateMonitor(TransportIndexMonitorAction.kt:239) [opensearch-alerting-2.6.0.0.jar:2.6.0.0]
	at org.opensearch.alerting.transport.TransportIndexMonitorAction$IndexMonitorHandler$updateMonitor$1.invokeSuspend(TransportIndexMonitorAction.kt) [opensearch-alerting-2.6.0.0.jar:2.6.0.0]
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) [kotlin-stdlib-1.6.10.jar:1.6.10-release-923(1.6.10)]
	at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:233) [kotlinx-coroutines-core-1.1.1.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594) [kotlinx-coroutines-core-1.1.1.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60) [kotlinx-coroutines-core-1.1.1.jar:?]
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:742) [kotlinx-coroutines-core-1.1.1.jar:?]
Caused by: java.lang.Exception: java.lang.NullPointerException: null
	... 9 more

Anyone have any ideas on how to dig into this more?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.