Hi,
Is posible extend Audit Logs for getting client information, for example ip addres, web browser, etc (information send in http headers).
Maybe is posible extend AuditMethodInterceptor, if yes, how to?
Thanks in advance.
This will be a little bit more complicated as you need to create your own Auditapp. This information can be read via the incoming http requests and needs to be passed into the audit layer via a DataExtractor implementation.
Please refer to following documentation:
https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/audit-log/
Here is a sample extension:
https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-audit-app-repo
I hope this helps.
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.