Track user Fast action in AEM author instance | Community
Skip to main content
New Participant
September 6, 2022
Solved

Track user Fast action in AEM author instance

  • September 6, 2022
  • 4 replies
  • 1198 views

Hi Team,

 

Is there any functionality in AEM to allow users to track past user actions or past user changes on web content in the platform in author instance.

 

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 Tushar_Gupta

AEM Audit Log is a convenient way to check who modified what and when within AEM pages or assets.

ACS Commons provides an Audit Log Search tool which allows users to do an AEM Audit Log search and see what properties of a page (and enclosed components) have been altered.

 

Audit.log- This log file is used by Jackrabbit to log changes to the repository. By default this log file is set to level info. There is not much logging going on at this level because of which audit.log seems to be empty. If you set this log file to log level debug you will see log messages every time you make changes to the repository. For example if you add a component to a page, delete a page etc.

 

In summary, as everyone is suggesting there is not a complete solution to monitor the user activity but yes you can certainly take leads from Audit log otherwise you need to build something custom.

4 replies

Tushar_GuptaAccepted solution
Employee
September 6, 2022

AEM Audit Log is a convenient way to check who modified what and when within AEM pages or assets.

ACS Commons provides an Audit Log Search tool which allows users to do an AEM Audit Log search and see what properties of a page (and enclosed components) have been altered.

 

Audit.log- This log file is used by Jackrabbit to log changes to the repository. By default this log file is set to level info. There is not much logging going on at this level because of which audit.log seems to be empty. If you set this log file to log level debug you will see log messages every time you make changes to the repository. For example if you add a component to a page, delete a page etc.

 

In summary, as everyone is suggesting there is not a complete solution to monitor the user activity but yes you can certainly take leads from Audit log otherwise you need to build something custom.

Mohit_KBansal
Employee
September 6, 2022

There are no detailed level auditing of user actions, You can use versioning for governance purpose. 

 

AEM OOB provides audit logs [1] for events that qualify for audit logging.

 

ACS commons audit log search interface [2] can be used, which allows administrators to easily search the AEM Audit Log to determine what user modified content and when. This can be useful when diagnosing content issues, job results or unknown changes on a site.

 

 

[1] https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/operations-audit-log.html?lang=en

[2] https://adobe-consulting-services.github.io/acs-aem-commons/features/audit-log-search/index.html 

New Participant
September 6, 2022

We don't have user action auditing. But versioning which helps us to compare content that's been modified. May be enable versioning and during multiple publishes, You can compare the web content.

arunpatidar
New Participant
September 6, 2022

Hi,

There is no user action auditing.

Arun Patidar