내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Login Audit

Avatar

Level 6

Hi,

Is there any OOTB reporting with the users that logged into AEM and the time they logged in?

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Administrator

Hi 

I am not sure, but i guess there is no OOTB for this.

You can definitely achieve this from access.log.

     access.log

  • All access requests to AEM WCM and the repository are registered here.

Example:- 

Login time log like this:

admin 20/May/2016:12:18:39 +0530 "GET /index.html HTTP/1.1" 302 - "http://localhost:4502/libs/granite/core/content/login.html?resource=%2F&$$login$$=%24%24login%24%24&..." "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"

 

Logout log:

0:0:0:0:0:0:0:1 - admin 20/May/2016:12:19:20 +0530 "GET /system/sling/logout.html HTTP/1.1" 302 - "http://localhost:4502/projects.html/content/projects" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
0:0:0:0:0:0:0:1 - anonymous 20/May/2016:12:19:20 +0530 "GET 

Parse the logs to do the needful.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Administrator

Hi 

I am not sure, but i guess there is no OOTB for this.

You can definitely achieve this from access.log.

     access.log

  • All access requests to AEM WCM and the repository are registered here.

Example:- 

Login time log like this:

admin 20/May/2016:12:18:39 +0530 "GET /index.html HTTP/1.1" 302 - "http://localhost:4502/libs/granite/core/content/login.html?resource=%2F&$$login$$=%24%24login%24%24&..." "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"

 

Logout log:

0:0:0:0:0:0:0:1 - admin 20/May/2016:12:19:20 +0530 "GET /system/sling/logout.html HTTP/1.1" 302 - "http://localhost:4502/projects.html/content/projects" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36"
0:0:0:0:0:0:0:1 - anonymous 20/May/2016:12:19:20 +0530 "GET 

Parse the logs to do the needful.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni