Already sent alert is sent again after restart #1683
Unanswered
assimdarwish
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I just tried to replicate this and it's not resending alerts after the restart. Instead, I see it query the silence index and confirms that the alert is still silenced:
You will need to enable debug logging and slowly retrace what's happening in order to locate the issue. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I have an elastalert2 rule, that should suppress already alerted alerts for 14 days, if the
data.upn
is the same. My problem is, as soon as I restart the elastalert2 container, these already sent alerts, are sent again or if the rule hits again (so new event with samedata.upn
) - e.g. after x days and in meantime the container was restarted - an alert is sent, although there was an alert before the restart.. and I cannot understand this behaviour!? There's also entry in the_silence
index.The start of my rule:
Most of the
config.yaml
is default (run every 1min, buffer_time=15min)Anybody any idea? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions