We have functionality that inserts a custom audit log type whenever a certain property is updated - auditLogger.add(new AuditLogEntry( "com/day/cq/wcm/core/page", new Date(), newEvent.getUserID(), pageNodePath, "PageRestricted", entryProperties )); This was added back in classic and has been working...