All Apps and Add-ons

Details in alert manager are not displayed

guiotto4
Engager

Hello,

after updating the app from version 2.1.1 to version 2.2.0 it does not show me the details of the incidents generated in incident posture.
alt text

john0499
Explorer

I was running into this issue even though I was using the KV store. I eventually tracked it down to periods in the field names I was trying to display in the alert.

Eg a field name called client.device would prevent all details from showing. At first I tried adding quotes to the field name in Alert Managers incident settings, eg "client.device", but this still didn't work. Renaming the field to remove the period was the fix and now all details are displayed.

0 Karma

cbrodeur
Engager

Setting the app to leverage the KVStore will resolve this issue.

0 Karma

gbeatty
Path Finder

Can you explain this further?

0 Karma

gopx101
New Member

We are experiencing the same issue. 50% of our alerts contain no details. When there are no details, the email alert also fails because there are no results defined.

"2019-06-27 09:42:45,227 ERROR pid="11684" logger="alert_manager_notifications" message="Unable to send notification. Continuing without sending notification. Unexpected Error: Traceback (most recent call last):
File "/opt/splunk/etc/apps/alert_manager/bin/lib/NotificationHandler.py", line 200, in send_notification
content = template.render(context)
File "/opt/splunk/etc/apps/alert_manager/bin/lib/jinja2/environment.py", line 989, in render
return self.environment.handle_exception(exc_info, True)
File "/opt/splunk/etc/apps/alert_manager/bin/lib/jinja2/environment.py", line 754, in handle_exception
reraise(exc_type, exc_value, tb)
File "/opt/splunk/etc/apps/alert_manager/default/templates/default_incident_assigned.html", line 49, in top-level template code
{% for k in results[0] %}
UndefinedError: 'results' is undefined"

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...