False persistent notifications

I registered monitoring for anomaly detection.
However, if I look at Kibana, I can’t see the alerts for the alarm in monitoring, but the notification keeps popping up through Slack. Can you advise what is the problem?
This is the notification of Slack and the Alerts lists.

The log corresponding to the time indicated in Slack cannot be found in the Alerts list.

Can you help me?

Hi @GARAM,

A couple things that might help in debugging this.

  1. The Action ctx has ctx.error which is the stored error (if any) for the Trigger evaluation. You can try including this in your Slack message if you aren’t already to see if there is anything going wrong during execution.
  2. In general, are there any ERROR logs in elasticsearch.log that you see during execution?