<?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: Permission Audit Entries for Alfresco SDK community version 7.0.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126759#M34503</link>
    <description>&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;Could you please attach your log?&lt;/P&gt;&lt;P&gt;In &lt;A href="https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/audit-log/" target="_self" rel="nofollow noopener noreferrer"&gt;alfresco.docs&lt;/A&gt; you have in detail how to enable the debug for your audit config:&lt;/P&gt;&lt;P&gt;Log4J configuration&lt;/P&gt;&lt;P&gt;Log4J settings can be added in a file tomcat/shared/classes/alfresco/extension/audit-log4j.properties (you could copy ./tomcat/shared/classes/alfresco/extension/custom-log4j.properties.sample and remove the .sample, or create the file from scratch).&lt;/P&gt;&lt;P&gt;To see what information is available to audit, enable the following logging:&lt;/P&gt;&lt;PRE&gt;log4j.logger.org.alfresco.repo.audit.inbound=DEBUG&lt;/PRE&gt;&lt;P&gt;This would generate logging (in alfresco.log) such as:&lt;/P&gt;&lt;PRE&gt;15:55:26,590 User:admin DEBUG [repo.audit.inbound]
Inbound audit values:
    /alfresco-node/beforeDeleteNode/node=workspace://SpacesStore/c4728f24-4a11-40f7-9062-315edf959d79
15:55:26,748 User:admin DEBUG [repo.audit.inbound]
Inbound audit values:
    /alfresco-api/post/NodeService/deleteNode/no-error=null
    /alfresco-api/post/NodeService/deleteNode/args/nodeRef=workspace://SpacesStore/c4728f24-4a11-40f7-9062-315edf959d79&lt;/PRE&gt;&lt;P&gt;Enable it, reproduce the problem and share with us your logs.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Cristina.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 08:45:25 GMT</pubDate>
    <dc:creator>cristinamr</dc:creator>
    <dc:date>2021-08-17T08:45:25Z</dc:date>
    <item>
      <title>Permission Audit Entries for Alfresco SDK community version 7.0.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126758#M34502</link>
      <description>&lt;P&gt;Hi Alfresco Team,&lt;/P&gt;&lt;P&gt;We are using SDK Community - 7.0.0 version of Alfresco.&lt;/P&gt;&lt;P&gt;We are trying to retrieve the Permission Audit Entries.&lt;BR /&gt;For this, we modified alfresco-global.properties as follows :&lt;/P&gt;&lt;P&gt;audit.enabled=true&lt;BR /&gt;audit.alfresco-access.enabled=true&lt;BR /&gt;audit.cmischangelog.enabled=true&lt;BR /&gt;audit.filter.alfresco-access.default.enabled=true&lt;BR /&gt;audit.tagging.enabled=true&lt;BR /&gt;audit.alfresco-access.sub-events.enabled=true&lt;BR /&gt;audit.dod5015.enabled=true&lt;BR /&gt;audit.config.strict=false&lt;BR /&gt;audit.filter.alfresco-access.transaction.user=~System;~null;.*&lt;BR /&gt;audit.filter.alfresco-access.transaction.type=cm:content;cm:folder;st:site&amp;lt;br&amp;gt;&lt;BR /&gt;audit.filter.alfresco-access.transaction.path=~/sys:archivedItem;~/ver:;.*&lt;BR /&gt;audit.filter.alfresco-access.default.path=/app:company_home/st:sites.*&lt;/P&gt;&lt;P&gt;Still, we are not able to fetch Permission Audit Entries like Modifying the Permissions for a file or folder entities.&lt;/P&gt;&lt;P&gt;Please advise if above settings need any changes.&lt;/P&gt;&lt;P&gt;Also let us know if there is any other way to enable auditing of Permissions apart from settings in alfresco-global.properties&lt;/P&gt;&lt;P&gt;Thanks for your cooperation.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Rahul Khot&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 07:30:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126758#M34502</guid>
      <dc:creator>rkhot</dc:creator>
      <dc:date>2021-08-17T07:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Permission Audit Entries for Alfresco SDK community version 7.0.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126759#M34503</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;Could you please attach your log?&lt;/P&gt;&lt;P&gt;In &lt;A href="https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/audit-log/" target="_self" rel="nofollow noopener noreferrer"&gt;alfresco.docs&lt;/A&gt; you have in detail how to enable the debug for your audit config:&lt;/P&gt;&lt;P&gt;Log4J configuration&lt;/P&gt;&lt;P&gt;Log4J settings can be added in a file tomcat/shared/classes/alfresco/extension/audit-log4j.properties (you could copy ./tomcat/shared/classes/alfresco/extension/custom-log4j.properties.sample and remove the .sample, or create the file from scratch).&lt;/P&gt;&lt;P&gt;To see what information is available to audit, enable the following logging:&lt;/P&gt;&lt;PRE&gt;log4j.logger.org.alfresco.repo.audit.inbound=DEBUG&lt;/PRE&gt;&lt;P&gt;This would generate logging (in alfresco.log) such as:&lt;/P&gt;&lt;PRE&gt;15:55:26,590 User:admin DEBUG [repo.audit.inbound]
Inbound audit values:
    /alfresco-node/beforeDeleteNode/node=workspace://SpacesStore/c4728f24-4a11-40f7-9062-315edf959d79
15:55:26,748 User:admin DEBUG [repo.audit.inbound]
Inbound audit values:
    /alfresco-api/post/NodeService/deleteNode/no-error=null
    /alfresco-api/post/NodeService/deleteNode/args/nodeRef=workspace://SpacesStore/c4728f24-4a11-40f7-9062-315edf959d79&lt;/PRE&gt;&lt;P&gt;Enable it, reproduce the problem and share with us your logs.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Cristina.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 08:45:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126759#M34503</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-08-17T08:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Permission Audit Entries for Alfresco SDK community version 7.0.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126760#M34504</link>
      <description>&lt;P&gt;In addtition to what&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;wrote, please also tell us "how" you are trying to retrieve the permission audit entries, i.e. what API calls you are using and with what parameters.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 10:46:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126760#M34504</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2021-08-17T10:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Permission Audit Entries for Alfresco SDK community version 7.0.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126761#M34505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16045"&gt;@afaust&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/4825"&gt;@cristinamr&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We are trying to fetch the Audit Entries for Change in Permissions using following API :&lt;/P&gt;&lt;P&gt;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#/audit/listAuditEntriesForAuditApp" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/#/audit/listAuditEntriesForAuditApp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Example Scenario ==&amp;gt; If we change the permissions of a file or folder and call the API, we do not get any Audit Entries for Permission Changes&lt;/P&gt;&lt;P&gt;Please let us know if we are using the right API&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Khot&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 07:12:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/permission-audit-entries-for-alfresco-sdk-community-version-7-0/m-p/126761#M34505</guid>
      <dc:creator>rkhot</dc:creator>
      <dc:date>2021-08-18T07:12:35Z</dc:date>
    </item>
  </channel>
</rss>

