cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tagging for HTTP monitors running on specific synthetic location

ManaswiniSetti
Participant

We are looking to create a Maintenance window for the HTTP Monitors that are running in specific synthetic location. As per this post , i think its not possible in Dynatrace - https://community.dynatrace.com/t5/Synthetic-Monitoring/Maintenance-window-over-specific-location/m-...

So we tried to create tags for the HTTP Monitors that are running in specific synthetic location using Automatic tagging approach. But we haven't found any condition with respect to synthetic location. 

Is there any other way on how to solve this use case ???

 

3 REPLIES 3

PacoPorro
Dynatrace Leader
Dynatrace Leader

Maybe you can apply a naming convention with the locations and create an autotag from there.
Example synthetic name: MyWebPage [L_Dublin,L_Paris]

HannahM
Dynatrace Leader
Dynatrace Leader

You can create a tag based on the following entity selector, and then choosing that new tag as a filter condition for your Maintenance Window:
type("HTTP_CHECK"),fromRelationships.runsOn(type("SYNTHETIC_LOCATION"),customizedName("YOUR_LOCATION_NAME"))

Synthetic SME and community advocate.

Osum. Many Thanks HannahM

Featured Posts