audit.json revision 47a68eb2482a89343e5d2659c2db4a2da2e37e6d
{
"auditServiceConfig" : {
"handlerForQueries" : "csv"
},
"eventHandlers" : [
{
"name" : "csv",
"class" : "org.forgerock.audit.events.handlers.impl.CSVAuditEventHandler",
"config" : {
"logDirectory" : "audit"
},
"events" : [ "access", "activity", "recon", "sync", "authentication" ]
}
],
"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"
]
}
}
},
"customEventTypes" : {
}
}