cancel
Showing results for 
Search instead for 
Did you mean: 

Audits report and audit action on file and folder

kranthi
Star Contributor
Star Contributor

Hi all, how to get audit details on noderef ??.I enabled audits and able to see the audit details in http://localhost:8080/alfresco/service/api/audit/query/alfresco-access?verbose=true now how to use this details to show users on file and folder actions? and also for creation of report for audit ?.

1 ACCEPTED ANSWER

Repo project: https://github.com/sujaypillai/ev-aikau-auditreport/tree/master/ev-repo generates an amp that needs to be installed on alfresco.war

Share project https://github.com/sujaypillai/ev-aikau-auditreport/tree/master/ev-share generates an amp that needs to be installed on share.war 

Clone the project https://github.com/sujaypillai/ev-aikau-auditreport and execute mvn clean package or mvn clean install for each projects and then use alfresco-mmt to install the amp files.

Take a look at if you are not familier with amp and installation process: 

https://docs.alfresco.com/5.2/concepts/dev-extensions-modules-management-tool.html

https://docs.alfresco.com/5.2/tasks/amp-install.html

Note, if you are using ACS 6.x, amp generated from these projects may not work and you may have to tweak the amps as needed for ACS6.x. 

https://docs.alfresco.com/6.2/concepts/dev-extensions-packaging-techniques-amps.html

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View answer in original post

5 REPLIES 5

douglascrp
World-Class Innovator
World-Class Innovator

You can try with the following addon

https://github.com/sujaypillai/ev-aikau-auditreport

Hi Douglas C. R. Paes ,

I have gone through that it's very useful to me and I have modified it for showing audit values clean and neatly.Now I am trying for audits based on user/access/between time period in java how to we will add audit query parameter for this. 

douglascrp
World-Class Innovator
World-Class Innovator

It is better to start a new thread on the topic.

Hi, can you tell me how to install the plug-in?

Thx

Repo project: https://github.com/sujaypillai/ev-aikau-auditreport/tree/master/ev-repo generates an amp that needs to be installed on alfresco.war

Share project https://github.com/sujaypillai/ev-aikau-auditreport/tree/master/ev-share generates an amp that needs to be installed on share.war 

Clone the project https://github.com/sujaypillai/ev-aikau-auditreport and execute mvn clean package or mvn clean install for each projects and then use alfresco-mmt to install the amp files.

Take a look at if you are not familier with amp and installation process: 

https://docs.alfresco.com/5.2/concepts/dev-extensions-modules-management-tool.html

https://docs.alfresco.com/5.2/tasks/amp-install.html

Note, if you are using ACS 6.x, amp generated from these projects may not work and you may have to tweak the amps as needed for ACS6.x. 

https://docs.alfresco.com/6.2/concepts/dev-extensions-packaging-techniques-amps.html

~Abhinav
(ACSCE, AWS SAA, Azure Admin)