Auditing Report | Community
Skip to main content
francisco_ribei
New Participant
November 25, 2015
Solved

Auditing Report

  • November 25, 2015
  • 1 reply
  • 627 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
November 25, 2015

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.