03 Dec 2024 12:28 PM - last edited on 04 Dec 2024 07:25 AM by MaciejNeumann
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 ???
Solved! Go to Solution.
03 Dec 2024 12:47 PM
Maybe you can apply a naming convention with the locations and create an autotag from there.
Example synthetic name: MyWebPage [L_Dublin,L_Paris]
03 Dec 2024 02:57 PM
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"))
05 Dec 2024 02:16 PM
Osum. Many Thanks HannahM