cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring audit to record parentNodeRef

nikes
Champ on-the-rise
Champ on-the-rise
Hello,

I am analysing "alfresco-access" audit application configuration in version 3.4.x

Is is possible to record parent node reference of node also?

I am able to record nodeRef as follow under <AuditPath key="transaction"> section


<RecordValue key="node" dataExtractor="simpleValue" dataSource="/alfresco-access/transaction/node" dataTrigger="/alfresco-access/transaction/node"/>

But no idea how to configure to record the parentRef.

Thanks for any help.
1 REPLY 1

marco_altieri
Star Contributor
Star Contributor
Hi Nikes,

I don't think that this information is already available so you have to add a new DataExtractor.
"org.alfresco.repo.audit.extractor.NodeNameDataExtractor" is a good example.

Regards,
Marco