audit.json revision 154001a7695db48f5e59bd2978bf3254210feed4
{
"auditServiceConfig" : {
"handlerForQueries" : "csv"
},
"eventHandlers" : [
{
"name" : "csv",
"class" : "org.forgerock.audit.events.handlers.impl.CSVAuditEventHandler",
"config" : {
"logDirectory" : "audit"
},
"events" : [ "access", "activity", "recon", "sync", "authentication" ]
},
{
"name": "repo",
"class": "org.forgerock.openidm.audit.impl.RepositoryAuditEventHandler",
"config": {},
"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"
]
},
"watchedFields" : [ "email" ],
"passwordFields" : [ "password" ]
}
},
"customEventTypes" : {
"recon": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"transactionId": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"eventName": {
"type": "string"
},
"authentication": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
},
"action": {
"type": "string"
},
"exception": {
"type": "string"
},
"linkQualifier": {
"type": "string"
},
"mapping": {
"type": "string"
},
"message": {
"type": "string"
},
"messageDetail": {
"type": "object",
"properties": {}
},
"situation": {
"type": "string"
},
"sourceObjectId": {
"type": "string"
},
"status": {
"type": "string"
},
"targetObjectId": {
"type": "string"
},
"reconciling": {
"type": "string"
},
"ambiguousTargetObjectIds": {
"type": "string"
},
"reconAction": {
"type": "string"
},
"entryType": {
"type": "string"
},
"reconId": {
"type": "string"
}
}
}
},
"sync": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"transactionId": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"eventName": {
"type": "string"
},
"authentication": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
},
"action": {
"type": "string"
},
"exception": {
"type": "string"
},
"linkQualifier": {
"type": "string"
},
"mapping": {
"type": "string"
},
"message": {
"type": "string"
},
"messageDetail": {
"type": "object",
"properties": {}
},
"situation": {
"type": "string"
},
"sourceObjectId": {
"type": "string"
},
"status": {
"type": "string"
},
"targetObjectId": {
"type": "string"
}
}
}
}
},
"exceptionFormatter" : {
"type" : "text/javascript",
"file" : "bin/defaults/script/audit/stacktraceFormatter.js"
}
}