audit.json revision 1c3b89d348fb391b3f8692db1592e91bf1e6f0dc
0N/A{
381N/A "auditServiceConfig" : {
0N/A "handlerForQueries" : "csv",
0N/A "availableAuditEventHandlers" : [
0N/A "org.forgerock.audit.events.handlers.impl.CSVAuditEventHandler",
0N/A "org.forgerock.openidm.audit.impl.RepositoryAuditEventHandler",
0N/A "org.forgerock.openidm.audit.impl.RouterAuditEventHandler"
0N/A ]
0N/A },
0N/A "eventHandlers" : [
0N/A {
0N/A "name" : "csv",
0N/A "class" : "org.forgerock.audit.events.handlers.impl.CSVAuditEventHandler",
0N/A "config" : {
0N/A "logDirectory" : "audit"
0N/A },
0N/A "events" : [ "access", "activity", "recon", "sync", "authentication" ]
0N/A },
0N/A {
0N/A "name": "repo",
0N/A "class": "org.forgerock.openidm.audit.impl.RepositoryAuditEventHandler",
0N/A "config": {},
0N/A "events": [ "access", "activity", "recon", "sync", "authentication" ]
0N/A }
0N/A ],
0N/A "extendedEventTypes" : {
0N/A "activity": {
0N/A "schema": {
0N/A "$schema": "http://json-schema.org/draft-04/schema#",
0N/A "id": "/",
0N/A "type": "object",
0N/A "properties": {
0N/A "objectId": {
0N/A "type": "string"
0N/A },
0N/A "status": {
0N/A "type": "string"
0N/A },
0N/A "message": {
0N/A "type": "string"
0N/A },
0N/A "passwordChanged": {
0N/A "type": "boolean"
0N/A }
0N/A }
0N/A },
0N/A "filter" : {
0N/A "actions" : [
16N/A "create",
0N/A "update",
0N/A "delete",
0N/A "patch",
0N/A "action"
0N/A ]
0N/A },
0N/A "watchedFields" : [ ],
0N/A "passwordFields" : [ "password" ]
0N/A }
0N/A },
0N/A "customEventTypes" : {
0N/A "recon": {
0N/A "schema": {
0N/A "$schema": "http://json-schema.org/draft-04/schema#",
0N/A "id": "/",
0N/A "type": "object",
0N/A "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"
}
}