Application - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external - Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Manage-Security/Auditing/Audit-configuration/Audit-configuration-files/Application - 2025-06-02

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

This information defines how the mapped data is to be used by DataGenerators or by DataExtractors.

<Applicationname="DOD5015"key="DOD5015">
    <AuditPath key="login">
        <AuditPath key="args">
            <AuditPath key="userName">
                <RecordValue key="value" dataExtractor="simpleValue"/>
            </AuditPath>
        </AuditPath>
        <AuditPath key="no-error">
            <GenerateValue key="fullName" dataGenerator="personFullName"/>
        </AuditPath>
        <AuditPath key="error">
            <RecordValue key="value" dataExtractor="nullValue"/>
        </AuditPath>
    </AuditPath>
</Application>