cancel
Showing results for 
Search instead for 
Did you mean: 

Enable auditing in 3.2?

gronfelt
Champ in-the-making
Champ in-the-making
I've tried to enable auditing in Alfresco 3.2, following the instructions in the wiki, but it doesn't seem to work, no audit trail is created when I download a file for instance.

I've copied the file auditConfig.xml to tomcat/shared/classes/alfresco/extension/ and edited the relevant parts:

<Audit xmlns="http://www.alfresco.org/model/audit/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" enabled="true" auditInternal="false" mode="all">

and

    <Service name="ContentService" mode="none">
        <Method name="getWriter" mode="all"/>
        <Method name="transform" mode="all"/>
        <Method name="getReader" mode="all"/>
    </Service>

Is there anything else that needs to be done in Alfresco 3.2?
14 REPLIES 14

paulweb
Champ in-the-making
Champ in-the-making
cedomir, i had this problems, but when i set auditInternal="true",  then all has earned.

cedomir
Champ in-the-making
Champ in-the-making
i tried, but thats not the problem Smiley Sad Thanks anyway

regmi
Champ in-the-making
Champ in-the-making
@cedomir Replace every "false" instance to "true" using find and replace in auditconfig.xml and restart Alfresco. It should work.

Valid for Alfresco 3.2r. Using Win 2003 server.

chandu7ee
Champ in-the-making
Champ in-the-making
Hi

  try this settings , http://aboutalfresco.blogspot.com/2009/12/audit-configuration-in-alfresco.html

its worked fine for me.

thanks&regards
Chandu 😎

simon_white
Champ in-the-making
Champ in-the-making
Hello all,

I've started a new thread specifically on the new auditing mechanism initially developed for 5015 at http://forums.alfresco.com/en/viewtopic.php?f=9&t=24543&p=80024&hilit=auditing#p80024 as this thread seems to mostly focus on the "old", default, auditing mechanism.

Cheers,

Simon