Migrating from AlarmCallback to NotificationType

Hello everyone,

I’m trying to migrate my custom AlarmCallback to the new notification system. I oriented myself at the default ones. Thus I have a implemented

  • EventNotification
  • EventNotificationConfig
  • EventNotificationEntity

and using addNotificationType() to register it. However I found other lets say things, specifically in graylog2-web-interface/src/components/event-notifications/event-notification-types, that seem very much required for it to work. Unfortunately it’s not clear to me what/how to provide it with my plugin.

Any suggestions would be appreciated, thanks!

Janosch

I found the event notification page for plugins in the docs. Consider this question obsolete for now.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.