19 Jan 2021
11:49 PM
- last edited on
10 Jun 2021
04:38 AM
by
MaciejNeumann
How to get the user list logged in to our Dynatrace dashboard/ environment for the particular time frame?
Solved! Go to Solution.
There are 3 ways:
- Use Audit Log REST API: https://www.dynatrace.com/support/help/dynatrace-api/environment-api/audit-logs/get-log/
recommended solution if you are interested in a given environment auditing
- Use Audit Log UI in CMC (if you want to see in UI all log ins to the cluster)
- Process all nodes `log\server\audit.users.x.x` log files to have a complete view what happens with log ins/log outs.
What if I want to get a user list of a specific dashboard? A dashboard that was created by me or a teammate?
Featured Posts