Audit

Description

The audit trail page allows you to query for audit records. Each action done at the Soffid console will be reported.

Here you have a list of common Advanced searches, you only have to copy, paste and search, e.g.

// User changes trace
calendar ge "2020-01-01T00:00:00.000+01:00" AND user co "admin"
 
// User actions trace
calendar ge "2020-01-01T00:00:00.000+01:00" AND author co "admin"
 
// Soffid accounts
calendar ge "2020-01-01T00:00:00.000+01:00" AND user co "admin" AND database co "soffid"
 
// Created accounts
calendar ge "2020-01-01T00:00:00.000+01:00" AND action co "C" AND object co "SC_ACCOUN"
 
// Removed objects
calendar ge "2020-01-01T00:00:00.000+01:00" AND action co "D" AND object co "SC_ACCOUN"
Screen overview

image-1679557370520.png

Custom attributes

Actions

Query Allows you to query accounts through different search systems, Quick and Advanced.
Add or remove columns Allows you to show and hide columns in the table.
Download CSV file Allows you to download a csv file with the information of audit records. 



Revision #15
Created 26 March 2021 09:07:27 by pgarcia@soffid.com
Updated 23 July 2024 08:45:19 by pgarcia@soffid.com