Adobe AEM assets/folders disappeared - where can I look for them & are there logs that might tell me if someone deleted them | Community
Skip to main content
New Participant
February 5, 2016
Solved

Adobe AEM assets/folders disappeared - where can I look for them & are there logs that might tell me if someone deleted them

  • February 5, 2016
  • 2 replies
  • 4279 views

Adobe AEM assets/folders disappeared - where can I look for them & are there logs that might tell me if someone deleted them

I can see where the files got uploaded to the new folder via access.log in /opt/adobe/crx-quickstart/logs but I see no indication they got deleted.  

Is there some kind of process that needs to be done to save the files so they survive a reboot of the host server?  Is there anyway to see what actions users on the adobe AEM portal have taken ie. add/delete ect.

 

Thanks,

 

Travis

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 kautuk_sahni

Hi 

Please have a look at this post :-

Link:- http://stackoverflow.com/questions/34398028/node-folder-deletion-history-adobe-aem-cq/34412325

//

Yes AEM can store and provide audit log entries for WCM events like e.g. page modifications, deletion. But it requires the audit logger to be enabled (through the configuration admin console /system/console/configMgr). If this is the case then check either the audit.log file in your logs directory or the audit records below /var/audit

If it is a client lib folder that got deleted, then audit log won't help you much because it logs pages/dam creation/changes/deletion events. You need to write your own listener for that, which will just make the repository grow.I can only think of it happening on a dev like env as write access to /etc or /apps should be restricted on prod like envs. Anyway to restore the content just reinstall the package through which the clientlib got installed.

 

Reference Link:- http://stackoverflow.com/questions/32770058/how-to-take-an-action-on-a-deleted-asset-in-adobe-experience-manager

 

I hope this would help you.

Thanks and Regards

Kautuk Sahni

2 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
February 8, 2016

Hi 

Please have a look at this post :-

Link:- http://stackoverflow.com/questions/34398028/node-folder-deletion-history-adobe-aem-cq/34412325

//

Yes AEM can store and provide audit log entries for WCM events like e.g. page modifications, deletion. But it requires the audit logger to be enabled (through the configuration admin console /system/console/configMgr). If this is the case then check either the audit.log file in your logs directory or the audit records below /var/audit

If it is a client lib folder that got deleted, then audit log won't help you much because it logs pages/dam creation/changes/deletion events. You need to write your own listener for that, which will just make the repository grow.I can only think of it happening on a dev like env as write access to /etc or /apps should be restricted on prod like envs. Anyway to restore the content just reinstall the package through which the clientlib got installed.

 

Reference Link:- http://stackoverflow.com/questions/32770058/how-to-take-an-action-on-a-deleted-asset-in-adobe-experience-manager

 

I hope this would help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
Lokesh_Shivalingaiah
New Participant
February 7, 2016

Check your errors.log file and see if there are any actions for the assets path