I've setup a new APM template which monitors 4 separate windows services on a single node. For the alert, I'd like to use a variable that captures the service name. Does such a variable exist? I'm running NPM v9.0.
Thanks in advance.
Not exactly. If you create an alert with the type of property to monitor set to "APM: Component":
You can rename component name to service name in the Template itself
and use the ${ComponentName} to determine the name of the component in alert.
regards
Mohit
Naming the service in the template itself was what I was looking for. Excellent. Thanks!