Hi Experts,
Scenario: I have DB agents installed on standalone VMs for a group of DB servers & get connected using the DB agent VM. In event notification, the actual DB server name is coming in the below format.
"dbmon:11432|host:xxxxxxxagl.xxxxxx.com|port:1433"
Is there any way I can customize this using AppD placeholders in JSON payload? I tried "${event.db.name}" & "${event.node.name}", but it's not working.
Appreciate your inputs.
Thanks,
Raj
The requirement is ,get the exact DB server name without dbmon:xxx & port:xxxx information.