When configuring a ServiceNow Webhook integration in VMware Aria Operations for Logs, notifications may fail to send, or the alert description may appear empty.
Or similarly:
Internal Server Errors: Runtime logs (/storage/var/loginsight/runtime.log) indicate ServiceNow responds with an "Internal Server Error" when an alert is triggered.
Empty Descriptions: Test alerts sent from the UI show no description/Null in ServiceNow.
VMware Aria Operations for Logs (formerly vRealize Log Insight)
There are two primary causes for this behavior:
To resolve this issue, you must simplify the alert payload and verify the configuration with a live trigger rather than a test notification:
Clean the Description Field: Modify the webhook payload to ensure the description contains only one parameter.
Remove Multiple Parameters: Avoid mixing multiple dynamic parameters with static text strings in the ServiceNow description field, as this is not a recommended configuration.
Clone and Re-verify:
Clone the existing alert.
Apply the simplified description format.
Trigger a real alert (not a test) to verify if the notification is successfully sent and parsed by ServiceNow.