can an Advanced mapping using script update severity of an event in a javascript?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 12:18 PM
I developed a javascript to parse event from Dynatrace with complex and lengthy json-format, The script can parse events and pull out fields interested, like displayID, Node, status, title, and severityLevel, and script can update snow event fields like node, message_key, description, but it looks like update severity of em_event table doesn't work though there is no any run time error captured. I am wondering if SNOW all a javascript for even field mapping update severity field with the events from Dynatrace? I can see the value of severityLevel is pulled out from the events and shows in the log. Here is the part of my code do do this operation, please shed light on it for me.