-
Notifications
You must be signed in to change notification settings - Fork 114
unacknowledge an alert #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Suppose we have two team members("A","B") who will process the alert alternately. If "A" acknowledges one alert by mistake, then "B" starts to process the alert, "B" will not receive alert any more, that brings extra effort for "B" to go though all of the acknowledged alerts to confirm if the alert is really completed or just suppressed by acknowledging. Even for the case when there is only one team member to process the alert, he has to remember which alerts are acknowledged by mistake and process them later. What's more, if he/she just don't want to receive too many alerts today, can the alert just be acknowledged for a period, such as one hour or day? |
@bellfrog thanks for clarifying the use case. It feels like there are 2 things going on here. 1/ fixing an accidental acknowledgement and 2/ reducing the frequency at which the alert comes. We also have a request for adding throttling functionality to notifications to help reduce noise here opendistro-for-elasticsearch/alerting#14. |
I think it's a good idea. @stevensideyliu from a UI perspective, what are your thoughts? |
Very interesting @ylwu-amzn have you find a workaround ? Erase the trigger and recreate it ? |
I think disable and re-enable the monitor may re-trigger alerts. |
any progress here? maybe that's a task for me |
I'm not sure if anyone working on this. Any alerting plugin maintainer can share the progress ? |
Hello there! @ylwu-amzn great idea! I had the same question. However, the problem does not seem to be resolved or in the process of being resolved, does it? |
Saturday Apr 06, 2019 at 17:37 GMT
Originally opened as opendistro-for-elasticsearch/alerting#27
If acknowledge one alert by mistake, user can’t unacknowledge it.
The text was updated successfully, but these errors were encountered: