audit.json revision 1c3b89d348fb391b3f8692db1592e91bf1e6f0dc
{
"auditServiceConfig" : {
"handlerForQueries" : "passthrough",
"availableAuditEventHandlers" : ["org.forgerock.openidm.audit.events.handlers.impl.PassThroughAuditEventHandler"]
},
"eventHandlers" : [
{
"name" : "passthrough",
"class" : "org.forgerock.openidm.audit.events.handlers.impl.PassThroughAuditEventHandler",
"config" : {
"message" : "added an event"
},
"events" : [ "access", "activity" ],
"ignoreLoggingFailures" : false
}
],
"extendedEventTypes" : {
"activity": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"objectId": {
"type": "string"
},
"status": {
"type": "string"
},
"message": {
"type": "string"
},
"passwordChanged": {
"type": "boolean"
}
}
},
"filter" : {
"actions" : [
"create",
"update",
"delete",
"patch",
"action"
]
},
"watchedFields" : [ "mail" ],
"passwordFields" : [ "password" ]
}
},
"customEventTypes" : {
"test": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"transactionId": {
"type": "string"
},
"eventName": {
"type": "string"
},
"authentication": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
},
"exception": {
"type": "string"
}
}
}
}
},
"exceptionFormatter" : {
"type" : "text/javascript",
"file" : "stacktraceFormatter.js"
}
}