Repository and router audit event handler properties
| The JMS, Repository, Router, and Syslog audit event handlers are deprecated and will be removed in a future release of IDM. Use the JSON audit event handler or similar to export your data to a third-party audit framework, such as Elastic Stack. | 
In addition to the common properties, the Repository and Router audit event handlers both have one unique property, resourcePath:
{
    "class" : "org.forgerock.openidm.audit.impl.RouterAuditEventHandler",
    "config" : {
        "name" : "router",
        "topics" : [ "access", "activity", "sync", "authentication", "config" ],
        "resourcePath" : "system/auditdb"
    }
},
| UI Label / Text | audit.json File Label | Description | 
|---|---|---|
resourcePath  | 
  | 
Path to the repository resource.  |