Hi,
I’m trying to connect Graylog server with PagerDuty alerting, however it doesn’t seem to work for unknown reason. Notification settings say alert was successfully sent but PagerDuty never shows any alert or test notification.
Server log doesn’t show any new entries when attempting to send out test alert, logs show there’s 202 ACCEPTED response, API keys are correct. The server has no problems with sending alerts to Slack or e-mail. I’ve tried using both Events V2 and Graylog integration service.
Is there anything that I could still do?
Environment:
OS: Ubuntu 20.04
Graylog Version: 4.1.14-1
Log response:
2022-06-20T15:50:00.329+02:00 DEBUG [PagerDutyClient] Triggering event in PagerDuty with POST payload: {“routing_key”:“EXAMPLE”,“event_action”:“trigger”,“dedup_key”:“Graylog//Event Definition Test Title”,“client”:“Graylog/”,“client_url”:“http://graylog.example.com”,“payload”:{“summary”:“Notification test message triggered from user local:admin”,“severity”:“warning”,“component”:“GraylogAlerts”,“source”:“Graylog:”,“class”:“alerts”,“timestamp”:“2022-06-20T13:50:00.327Z”,“group”:""}}
2022-06-20T15:50:01.206+02:00 DEBUG [PagerDutyClient] PagerDuty POST completed in 191ms [HTTP 202]. Response body: {“status”:“success”,“message”:“Event processed”,“dedup_key”:“Graylog//Event Definition Test Title”}