---
title: Repository and router audit event handler properties
description: In addition to the common properties, the Repository and Router audit event handlers both have one unique property, resourcePath:
component: pingidm
version: 8.1
page_id: pingidm:audit-guide:audit-config-prop-repo
canonical_url: https://docs.pingidentity.com/pingidm/8.1/audit-guide/audit-config-prop-repo.html
keywords: ["Audit", "Logs", "Configuration", "Repository", "Router", "Event", "Handlers", "Properties"]
---

# Repository and router audit event handler properties

|   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | The [JMS](configuring-topic-handlers.html#audit-jms-handler), [Repository](configuring-topic-handlers.html#audit-repo-handler), [Router](configuring-topic-handlers.html#audit-router-handler), and [Syslog](configuring-topic-handlers.html#audit-syslog-handler) audit event handlers are [deprecated](../release-notes/deprecated-functionality.html#deprecation-audit-event-handlers) and will be removed in a future release of IDM. Use the [JSON audit event handler](configuring-topic-handlers.html#audit-json-handler) or similar to export your data to a third-party audit framework, such as [Elastic Stack](https://www.elastic.co/elastic-stack). |

In addition to the [common properties](audit-event-prop.html), the Repository and Router audit event handlers both have one unique property, `resourcePath`:

```json
{
    "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    | `resourcePath`        | Path to the repository resource. |
