20 Jan 2021 07:49 AM - last edited on 10 Jun 2021 12:38 PM by MaciejNeumann
How to get the user list logged in to our Dynatrace dashboard/ environment for the particular time frame?
Solved! Go to Solution.
20 Jan 2021 08:01 AM
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.
21 Jun 2023 01:36 PM
What if I want to get a user list of a specific dashboard? A dashboard that was created by me or a teammate?