Hi,
I am looking to build a dashboard where I can track all the email sent on configured alerts.
I have used Alert manager App where I can get these details except couple of details.
I am also looking to get the details of recepient list and subject(optional), which I guess not avaiable.
I am aware of internal logs (sourcetype=splunk_python) where we get details of all email sent by splunk. but I couldn't find a way to map those details with details in alert manager.
splunk_python log
2020-06-10 17:15:14,882 +0200 INFO sendemail:139 - Sending email. subject="[PS_PI45_KERNEL_ELEMENTS] Splunk CPU Alert", results_link="http://splunk:8000/apps/xxxxx/@go?sid=scheduler__admin__xxxxx__RMD56802a2f6671046cd_at_1591802100_15918", recipients="[u'xyz@xxxxx.com', u'abc@xxxxx.com']", server="smtp.murex.com"
Alert Manager
Thanks