deleted node maintains audit entries

cancel
Showing results for 
Search instead for 
Did you mean: 
ilseva
Active Member II

deleted node maintains audit entries

Hi!

I have an issue with the audit entries related to a custom node type (project) that we have created. The node type extends the cm:site.

This is the flow:

- I create a new project with name "TestProject1", the node_id is b4cff62a-664d-4d45-9302-98723eac1319

- I do some stuff that changes some properties the cause the registration of audit entries

- I delete the project with name "TestProject1"

- I create a new project with the same name ("TestProject1"), the node_id is a5c587ce-c69e-4124-8467-bfe9520b4afd

- The entries returned using the API /nodes/:node_id/audit-entries  are the same for the project I have deleted

This is the alfresco audit configuration

# Audit configuration
audit.enabled=true
audit.tagging.enabled=true
audit.alfresco-access.enabled=true
audit.alfresco-access.sub-actions.enabled=false
audit.cmischangelog.enabled=false
audit.dod5015.enabled=false

# Setting this flag to true will force startup failure when invalid audit configurations are detected
audit.config.strict=false

# Audit map filters
audit.filter.alfresco-access.default.enabled=false
audit.filter.alfresco-access.transaction.enabled=true
audit.filter.alfresco-access.transaction.user=~System;~null;.*
audit.filter.alfresco-access.transaction.type=edi:project
audit.filter.alfresco-access.default.path=~/sys:system;.*
audit.filter.alfresco-access.transaction.properties.to=.*projectStatus.*