15 May 2025 08:23 AM
Hello members of this great community,
do you know if by chance when a maintenance window is set up on Dynatrace then an audit event is written into new saas Dynatrace dt.system.events?
Or if ti is written somewhere else?
Regards
Solved! Go to Solution.
15 May 2025 08:48 AM
Found the solution:
in DQL you need to run this query
fetch dt.system.events
| filter event.kind == "AUDIT_EVENT" and event.provider == "SETTINGS" and matchesPhrase(details.dt.settings.schema_id, "builtin:alerting.maintenance-window")