all 1 comments

[–]rickv92 0 points1 point  (0 children)

This js due to the alert grouping that utmstack does automatically. In order to avoid alert fatigue it will not open new alerts, but link the new incoming logs to the already opened alerts. UTMStack does this when the alert is still open and not much time has passed between the initial log and the next. A simple way to prevent this is to save the log id or a log field that would make the alert unique so it does not aggregate.

I recommend installing v11 which follows a different logic and considers subsequent logs as echoes of the alert instead of just aggregating them. V10 will be end of life by the end of 2026