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

Audit log location

tylerv
Frequent Guest

Hi, is there a way to access audit logs without using the API?

1 REPLY 1

p_devulapalli
Leader

@tylerv You can query them using DQL , here is an example 

fetch dt.system.events, from:now() - 2h
| filter event.kind == "AUDIT_EVENT"

Some more examples here

https://docs.dynatrace.com/docs/shortlink/audit-logs-grail#filter-events-related-to-system-settings-...

https://docs.dynatrace.com/docs/shortlink/audit-logs-grail#filter-dynatrace-notebooks-system-events

You can also fetch them programmatically

https://developer.dynatrace.com/develop/sdks/client-classic-environment-v2/#auditlogsclient

 

Phani Devulapalli

Featured Posts