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

Audit event: maintenance window

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

1 REPLY 1

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")

Featured Posts