Audit

Description

The audit trail page allows you to query for audit records for the different components of Soffid.

Each action done at the Soffid console and in the Syncserver will be reported.

Screen overview

image.png

Related objects

Almost all Soffid components are audited in some way, so we could reference all the pages in the documentation.

Standard attributes

Actions

"Query buttons" Allows you to query accounts through different search systems, Quick and Advanced.
"Table filter" It allows you to filter a column in the table based on the results loaded in it.
Download CSV file Allows you to download a csv file with the information of audit records. 
View

Allows you to add or remove columns to the table.

It is also possible to change the order of the columns.

Examples

Common querys

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"


Revision #5
Created 18 July 2025 17:55:36 by Sion Vives
Updated 15 September 2025 12:52:29 by Sion Vives