audit.json revision c0f9d2b68dafb8bb2faaea3a47a3f5554462427e
{
"auditServiceConfig" : {
"handlerForQueries" : "repo",
"availableAuditEventHandlers" : [
]
},
"eventHandlers" : [
{
"config" : {
"name" : "csv",
"logDirectory" : "&{launcher.working.location}/audit",
"topics" : [ "access", "activity", "recon", "sync", "authentication", "config" ]
}
},
{
"config": {
"name": "repo",
"topics" : [ "access", "activity", "recon", "sync", "authentication", "config" ]
}
}
],
"eventTopics" : {
"config": {
"filter" : {
"actions" : [
"create",
"update",
"delete",
"patch",
"action"
]
}
},
"activity": {
"filter" : {
"actions" : [
"create",
"update",
"delete",
"patch",
"action"
]
},
"watchedFields" : [ ],
"passwordFields" : [ "password" ]
}
},
"exceptionFormatter" : {
"type" : "text/javascript",
}
}