Audit Log
The audit log is stored in a JSON format as per the following examples:
{
"@timestamp":"2022-03-30T12:44:18.305Z",
"message":"ADMIN_LOGIN by Administration User",
"logger_name":"com.fico.xpress.insight.audit-log",
“level":"INFO",
"audit":{
"action":"ADMIN_LOGIN",
"target":null,
"modifiedValues":null,
"user":{
"id":"5ab6f1b7-a167-4bf5-992b-2963a2ef4745",
"name":"Administration User"
}
}
}
{
"@timestamp":"2022-03-30T12:45:19.87Z",
”message":"User UPDATE by Administration User”,
“logger_name":"com.fico.xpress.insight.audit-log",
"level":"INFO,
“audit":
{"action":"UPDATE",
"target":{
"id":"5ab6f1b7-a167-4bf5-992b-2963a2ef4746",
"name":"admin",
"type":"User"
},
"modifiedValues": {
"firstName":"Joe",
"lastName":"Bloggs"
},
“user":{
"id":"5ab6f1b7-a167-4bf5-992b-2963a2ef4745",
"name":"Administration User"
}
}
}
Each audit log action will match one in the following list:
ADMIN_LOGIN
ADMIN_LOGOUT
LOGIN
CREATE
UPDATE
DELETE
TOKEN_GENERATION
REST_API_CREDENTIALS_GENERATION
REST_API_CREDENTIALS_REVOKE
Implicit Audit Log Entries
Some administrative activities generate implicit audit log entries.
Audit log activity | Generated entries |
---|---|
Deleting an app | UPDATE of any user that was a member of the app UPDATE of any authority group that contained a custom authority defined by the app |
Creating or importing an app | UPDATE of the owner as a member of the app |
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.