humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Resolve notice feature for alerts #83

Open PeeterTomusk opened 5 years ago

PeeterTomusk commented 5 years ago

Currently it's only possible to send out alerts, but not resolve notices for the same alert.

Most of the required elements are already implemented. The system knows if an alert has already been sent or not (Notification Frequency option relies on this)

Two pieces of logic are needed to implement this:

  1. An internal system, that would trigger an "alert" if the actual alert condition is no-longer triggering & an alert has already been sent out.
  2. UI elements to define the endpoint, where to send the resolve notice to.

Sending resolves isn't a valid approach for all use-cases, thus this should be an option for each alert (or notifier - one could create separate notifiers for either use-case).