Hello everyone,
I am using the auditing feature to see which documents are read over a certain period of time, i have tried this query on curl https://alfresco.pucp.edu.pe/alfresco/service/api/audit/query/alfresco-access/alfresco-access/transa... and i also installed the audit add-on for share, so far it works except when i read a custom model document which it doesnt record, is there a way to make it work?
Thanks
Have you added these properties in alfresco-globla.properties?
audit.enabled=true
audit.filter.alfresco-access.transaction.action=~READ;.*
audit.filter.alfresco-access.transaction.type=cm:folder;cm:content;
Yes, i have, for some reason only the documents that are from a custom content model dont appear, normal cm:content files are recorder in the log and the audit add-on
Add custom properties that you want to capture.
audit.filter.alfresco-access.transaction.type=cm:folder;cm:content;xyz:abcsite;
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.