I installed the Jabber/XMPP plugin and did configure it according to the notification settings.
The graylog server is able to talk to the server over the given port (so no firewall blocking), but when I trigger a test alert, it does not even try to communicate with the jabber server (tested with tshark).
Any help or documentation on how to use and setup this plugin?
The installation of graylog was done on a single VM according to the Debian install guide.
All paths are the standard ones. The jar for the plugin is in the correct directory.
graylogserver and VM are rebooted to ensure a reread of the configs.
Adding a notification setting I’m able to add a Jabber Alarm Callback.
Settings are:
Only thing I see in the logs is:
2018-02-23T10:32:15.534Z INFO [CmdLineTool] Loaded plugin: Jabber Alarmcallback Plugin 2.0.0 [org.graylog2.alarmcallbacks.jabber.JabberAlarmCallback]
Could you please check in the developer tools of your web browser in the “Network” tab what the response body of that failed POST request to /api/alerts/callbacks/:id/test is?