You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

 

Currently eagle's alert engine create alert event that is picked up by AlertPublisher to send alert event based on defined publisher for the policy.

the issue here is that you can not further choose the publisher based on details within the alert event.

solution 1)

write a custom pre-publisher that takes input on what field to match and how to customize the event or publisher info before actually passing it on to the publisher.

for ex: hadoop job alert can be configured to send to the registered owner of the job, where catching the alert generally can be the job of alert engine but sending it to appropriate notification channel can be done afterwards.

 

  • No labels