<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Activity log of users /  Site Audit in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activity-log-of-users-site-audit/m-p/117347#M32466</link>
    <description>&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/audit-example-filter.html" target="_blank" rel="noopener nofollow noreferrer"&gt;Try setting following properties:&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;audit.enabled=true
audit.alfresco-access.enabled=true
audit.alfresco-access.sub-actions.enabled=false
audit.filter.alfresco-access.default.enabled=true
audit.filter.alfresco-access.default.user=~System;~null;.*
audit.filter.alfresco-access.transaction.user=~System;~null;.*&lt;BR /&gt;audit.filter.alfresco-access.transaction.type=cm:folder;cm:content;st:site;~cm:person&lt;/PRE&gt;

&lt;PRE&gt;#For specific site
audit.filter.alfresco-access.default.path=/app:company_home/st:sites/cm:test-site/.* 
audit.filter.alfresco-access.transaction.path=/app:company_home/st:sites/cm:test-site/.*
&lt;/PRE&gt;
&lt;PRE&gt;#For all sites
audit.filter.alfresco-access.default.path=/app:company_home/st:sites/.* 
audit.filter.alfresco-access.transaction.path=/app:company_home/st:sites/.*&lt;/PRE&gt;
&lt;P&gt;If audit info is not having anything specific such as site short name, site id etc. then you can also implement a custom audit application. Follow this documentation for implementing custom share site access application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/references/dev-extension-points-audit.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/references/dev-extension-points-audit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You should keep above configuration along with new custom audit applicaiton.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample code is available here for custom audit application:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-audit-app-repo" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-audit-app-repo&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 22:12:43 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-09-16T22:12:43Z</dc:date>
    <item>
      <title>Activity log of users /  Site Audit</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-log-of-users-site-audit/m-p/117346#M32465</link>
      <description>&lt;P&gt;I am using Alfresco community version 5.2 .&lt;/P&gt;&lt;P&gt;i want to implement site audit so that activity log of users should be maintained and a detailed user-wise report for a selected time period may be made available.&lt;/P&gt;&lt;P&gt;How to achieve that is there any addon available or how to get the solution. Please help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akash D&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 06:58:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-log-of-users-site-audit/m-p/117346#M32465</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-09-16T06:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Activity log of users /  Site Audit</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activity-log-of-users-site-audit/m-p/117347#M32466</link>
      <description>&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/audit-example-filter.html" target="_blank" rel="noopener nofollow noreferrer"&gt;Try setting following properties:&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;audit.enabled=true
audit.alfresco-access.enabled=true
audit.alfresco-access.sub-actions.enabled=false
audit.filter.alfresco-access.default.enabled=true
audit.filter.alfresco-access.default.user=~System;~null;.*
audit.filter.alfresco-access.transaction.user=~System;~null;.*&lt;BR /&gt;audit.filter.alfresco-access.transaction.type=cm:folder;cm:content;st:site;~cm:person&lt;/PRE&gt;

&lt;PRE&gt;#For specific site
audit.filter.alfresco-access.default.path=/app:company_home/st:sites/cm:test-site/.* 
audit.filter.alfresco-access.transaction.path=/app:company_home/st:sites/cm:test-site/.*
&lt;/PRE&gt;
&lt;PRE&gt;#For all sites
audit.filter.alfresco-access.default.path=/app:company_home/st:sites/.* 
audit.filter.alfresco-access.transaction.path=/app:company_home/st:sites/.*&lt;/PRE&gt;
&lt;P&gt;If audit info is not having anything specific such as site short name, site id etc. then you can also implement a custom audit application. Follow this documentation for implementing custom share site access application.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/references/dev-extension-points-audit.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/references/dev-extension-points-audit.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You should keep above configuration along with new custom audit applicaiton.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample code is available here for custom audit application:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-audit-app-repo" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk-samples/tree/alfresco-51/all-in-one/custom-audit-app-repo&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 22:12:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activity-log-of-users-site-audit/m-p/117347#M32466</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-09-16T22:12:43Z</dc:date>
    </item>
  </channel>
</rss>

