Is it possible to get dynatrace usage metrics in any way - something like who is logging into client, generating reports, querying data and time spent by users etc..
Ideally we would like a monthly report by users/activity like
User
|
Number of report/activity level
|
John
|
100
|
Sally
|
80
|
Answer by Andreas G. ·
As far as I know there is no detailed documentation on the log. But - if you look at the log you will find entries smilar to this:
2014-04-15 06:38:12 INFO [ClientSessionInitializer] User 'xyz' logged in successfully (from MACHINE123)
This is something you can parse
Answer by subhashini v. ·
Thank you. Is there any document/info on the structure of the log file so that we can write a script to query it?
Answer by Andreas G. ·
That type of report is not supported out of the box - but - we log activities like this in the server log file. So - you should be able to query that data from the log file.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET