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

How can we view all Settings changes?

ASE
Helper

As we continue to grant more users access to Dynatrace, we want to ensure we can track any and all Settings changes.

Is there a way to view all Settings changes made and by whom?

It's not always easy to view Revision History for every single setting, without clicking into every single setting.

In some cases, there is no Revision History.

Thank you.

5 REPLIES 5

AntonioSousa
DynaMight Guru
DynaMight Guru

The changes are available through the Audit logs:

https://docs.dynatrace.com/docs/manage/data-privacy-and-security/configuration/audit-logs

Antonio Sousa

Thank you for your reply, @AntonioSousa.

We will make sure to enable this.

We've just enabled Log Audit Events and can now see what we needed to see.

Is there any other way to view the audit logs outside of the Dynatrace REST API? Something a little more non-technical user friendly and easy to read.

For example, are the audit logs visible via the Logs & Events app like other system events are?

Hi,

Base on documentation, only via API.

You can raise a product idea.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Wolfgang_Groiss
Dynatrace Enthusiast
Dynatrace Enthusiast

Starting relatively recently (~ June 2024), settings audit logs are also written to the dt.system.events bucket so can also be queried via the Logs & Events app in advanced mode - a starting point might be the query

fetch dt.system.events 
| filter event.provider == "SETTINGS"
| sort timestamp desc

 

Featured Posts