Expand my Community achievements bar.

SOLVED

Trigger an email with error log in AEM

Avatar

Level 1

Hello,

We could able to log the info and higher level logs in our error.logs file. But, now we are trying to get notifications to the web development group so that we can aware of that error and right away fix the issue. In our other(NON-AEM) projects we are using ch.qos.logback  to get notification to an email address. I am just wondering whether someone knows any AEM related logs notification process/plugins?

Thanks

Rakesh

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Rakesh,

OOB does not have email option.  You can write a small health check to use existing mail service to send the notification.

Thanks,

View solution in original post

4 Replies

Avatar

Level 1

MC Stuff wrote...

Hi Rakesh, 

it is configurable. Details at https://docs.adobe.com/docs/en/aem/6-0/administer/operations/operations-dashboard.html

http://aemtipsandtricks.blogspot.com/2015/03/monitoring-aem.html

Thanks,

 

Thank you for your answer. It looks like we can configure the Log Messages through the dashboard. But I couldn't able to figure how to add an email address to get alerts though. 

I am more interested in integrating open-source tools to AEM instead of commercial ones.

Appreciate your help !!

Rakesh

Avatar

Correct answer by
Level 9

Hi Rakesh,

OOB does not have email option.  You can write a small health check to use existing mail service to send the notification.

Thanks,