Expand my Community achievements bar.

Generating report for number of authors logged in.

Avatar

Level 4

I am looking to implement a use case of generating a report stating the number of authors logged in, getting an update every six hours. what shall be the best solution to this requirement.

4 Replies

Avatar

Administrator

Hi 

You can monitor the access.log.

For example: when i logged in to the AEM server, then got logged out, here is how the logs get created.

Access logs can be found at :- \crx-quickstart\logs

~kautuk



Kautuk Sahni

Avatar

Level 4

Is there a way to create a report of number of authors found logged in at any time from the fetched data from the access.log.

Avatar

Level 2

I think you can try querying for rep:Token (6.2) or login token (<6.2) under /home/users as a token would be created for every login.

Avatar

Level 4

Hi

I am not looking for access.log but the service to get this task achieved. What can be the best approach.