Below is an example of an audit log that you could build into your own app using AuditAPI. If you click on a row, you'll see a "Raw JSON" entry. This is what the event data looks like when returned from the API. All data within that field is searchable, and you can display as much or as little as necessary in your UI.
{ "id": 8064801 }
{ "two_factor_required": false }
{ "two_factor_required": true }
{ "user": { "email": "henriette.hansen@davis.com", "id": 4695101, "ip": "402e:f0e0:eb08:6d61:cec6:dc4f:caaf:44eb" }, "action": "team.updated", "obj": { "id": 8064801 }, "before": { "two_factor_required": false }, "after": { "two_factor_required": true } }
{ "id": 9591875 }
{ "name": "quisquam_voluptatem" }
{ "name": "in_qui" }
{ "user": { "email": "roscoe@konopelski.org", "id": 8284472, "ip": "9389:cc58:2706:c698:c4f1:7895:493:dbad" }, "action": "project.updated", "obj": { "id": 9591875 }, "before": { "name": "quisquam_voluptatem" }, "after": { "name": "in_qui" } }
{ "id": 1563281, "name": "rerum-ut" }
{ "user": { "email": "liliana@hermann.net", "id": 8849958, "ip": "b1b6:996a:2938:c334:e65d:dc77:c915:9e8e" }, "action": "project.deleted", "obj": { "id": 1563281, "name": "rerum-ut" } }
{ "two_factor_enabled": false }
{ "two_factor_enabled": true }
{ "user": { "email": "jimmy@west-bauch.net", "id": 4130553, "ip": "d064:c938:e331:e49f:8128:6df7:b034:eab4" }, "action": "user.updated", "before": { "two_factor_enabled": false }, "after": { "two_factor_enabled": true } }
{ "id": 1651332, "name": "neque_aperiam" }
{ "user": { "email": "malinda.murphy@satterfield.com", "id": 7722028, "ip": "741b:90b:c1ce:ba20:54f6:e366:a76c:fc81" }, "action": "repo.deleted", "obj": { "id": 1651332, "name": "neque_aperiam" } }
{ "id": 3017085, "name": "qui_dolorem" }
{ "user": { "email": "lyle@koelpin.name", "id": 1219520, "ip": "15e4:5c32:ffa:b6d4:a00d:471b:f376:f7f" }, "action": "project.deleted", "obj": { "id": 3017085, "name": "qui_dolorem" } }
{ "email": "gustavo@rohan.io" }
{ "email": "maura_wolf@collins.com" }
{ "user": { "email": "maura_wolf@collins.com", "id": 7200653, "ip": "5625:cddb:a773:65f6:5c3e:717f:b228:686" }, "action": "user.updated", "before": { "email": "gustavo@rohan.io" }, "after": { "email": "maura_wolf@collins.com" } }
{ "user": { "email": "tyree@nikolaus.org", "id": 9138878, "ip": "8328:2394:c95c:c4ba:9407:4e35:b7d8:e37d" }, "action": "user.failed_login" }
{ "user": { "email": "domenic.howell@schimmel.biz", "id": 3519092, "ip": "5144:bd2d:d5e1:9f64:6cea:281b:d855:1dfb" }, "action": "user.forgot_password" }
{ "id": 8332332, "name": "fugit_nesciunt" }
{ "user": { "email": "wilbur@runolfsdottir.name", "id": 1062421, "ip": "b64e:bea9:e3bb:6ccc:e519:f510:1b4f:4c24" }, "action": "project.created", "obj": { "id": 8332332, "name": "fugit_nesciunt" } }