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

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

Mark Solution

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

해결됨

Auditing Report

Avatar

Level 6

Hi,

Does AEM provide any OOTB Auditing Report?

I mean a report that states which configurations were changed and who made them, and things like that.

Is there this funcionality OOTB or via third party component?

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Out of the box reporting for AEM is documented here:

https://docs.adobe.com/docs/en/aem/6-0/administer/operations/reporting.html

Another option that you can explore is building your own tool that knows how to query the AEM JCR and dump the results out to a report - for example - an Excel spreadsheet. Here is an example of a Java app querying the JCR for user information and dumping the data to an Excel report: 

https://helpx.adobe.com/experience-manager/using/java-swing-applications.html

In your use case - you would need to query the JCR nodes that contain the information related to applicable configurations. 

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 10

Out of the box reporting for AEM is documented here:

https://docs.adobe.com/docs/en/aem/6-0/administer/operations/reporting.html

Another option that you can explore is building your own tool that knows how to query the AEM JCR and dump the results out to a report - for example - an Excel spreadsheet. Here is an example of a Java app querying the JCR for user information and dumping the data to an Excel report: 

https://helpx.adobe.com/experience-manager/using/java-swing-applications.html

In your use case - you would need to query the JCR nodes that contain the information related to applicable configurations.