Slack notification error in graylog

Hello
I am getting these errors in Graylog
Graylog is configured to send a slack notification based on the events and queries.
Tried restarting the services but it’s not helping. Not able to find anything in the community on this topic.

Graylog version - 4.2.5-1
elasticsearch - 7.16.2
mongodb-org - 4.0.27

2022-09-12T04:10:11.283Z ERROR [JobExecutionEngine] Job execution error - trigger=631c77e545797819b9bdfe59 job=61d86d2603cf3f61197c54d9
org.graylog.scheduler.JobExecutionException: Failed to execute notification, retrying in 5 minutes - <61d86d2603cf3f61197c54d8/Error in Daily Report/slack-notification-v1>
	at org.graylog.events.notifications.EventNotificationExecutionJob.execute(EventNotificationExecutionJob.java:147) ~[graylog.jar:?]
	at org.graylog.scheduler.JobExecutionEngine.executeJob(JobExecutionEngine.java:166) ~[graylog.jar:?]
	at org.graylog.scheduler.JobExecutionEngine.lambda$handleTrigger$2(JobExecutionEngine.java:144) ~[graylog.jar:?]
	at com.codahale.metrics.Timer.time(Timer.java:151) ~[graylog.jar:?]
	at org.graylog.scheduler.JobExecutionEngine.handleTrigger(JobExecutionEngine.java:144) ~[graylog.jar:?]
	at org.graylog.scheduler.JobExecutionEngine.lambda$execute$0(JobExecutionEngine.java:119) ~[graylog.jar:?]
	at org.graylog.scheduler.worker.JobWorkerPool.lambda$execute$0(JobWorkerPool.java:110) ~[graylog.jar:?]
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) [graylog.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_342]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_342]
	at com.codahale.metrics.InstrumentedThreadFactory$InstrumentedRunnable.run(InstrumentedThreadFactory.java:66) [graylog.jar:?]
	at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342]
Caused by: org.graylog.events.notifications.TemporaryEventNotificationException: Unable to send the slack Message. hooks.slack.com: Temporary failure in name resolution
	at org.graylog.integrations.notifications.types.SlackClient.send(SlackClient.java:72) ~[?:?]
	at org.graylog.integrations.notifications.types.SlackEventNotification.execute(SlackEventNotification.java:82) ~[?:?]
	at org.graylog.events.notifications.EventNotificationExecutionJob.execute(EventNotificationExecutionJob.java:135) ~[graylog.jar:?]
	... 11 more

Could be three problems to start with I guess, or the slack address could not be resolved, is wrong or your server can’t reach it.

Caused by: org.graylog.events.notifications.TemporaryEventNotificationException: Unable to send the slack Message. hooks.slack.com: Temporary failure in name resolution

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