The default Escalation Handler, AlertAgeEscalationHandler.java, implements an escalation rule based on alert age.
Follow these steps to use the Java interface EscalationHandler.java to develop a custom escalation handler.
<Escalations resources="com.bowstreet.solutions.alerting.admin.ManageAlertsSupport">
<Escalation resource_key="escalationHandler_AlertAge">
<Label>Escalate Based Upon Alert Age</Label>
<Value>
com.bowstreet.solutions.alerting.impl.escalation.AlertAgeEscalationHandler
</Value>
</Escalation>
<Escalation resource_key="escalationHandler_NewRule">
<Label>Escalate Based Upon New Rule</Label>
<Value>
com.bowstreet.solutions.alerting.impl.escalation.NewRuleEscalationHandler
</Value>
</Escalation>
</Escalations>