Security Event Log from Processing Monitor
This log contains records about events related to the addition, deletion, and other changes made to user permissions. The logging of security events is disabled by default. This feature can only be enabled by the system administrator directly in a FlexiCapture database. For detailed information about various events recorded in the log and how to enable it, please see the Security event log article in the Administration and Monitoring Console help.
Important !Only users with Tenant Administrator (or the System Administrator in the case of the default tenant) can download security event logs from Processing Monitor.
To download this log, use a POST request.
POST https://<server address>/FlexiCapture12/Monitoring/Project/GetSecurityEventsCSV
Request parameters
Remarque :
- All parameters are required. Make sure that they are specified correctly.
- The search in Oracle Database is case sensitive. Please, take it into account if you are using Oracle Database.
Name | Type | Description |
filter | string |
Sets the filter parameters. As a result, only logs that satisfy the filter conditions will be recorded. Only the AND and OR operators can be used to combine the conditions. Operators are specified in GeneralOperator parameter. Sample filter parameters: filter={ You can find necessary values for PropertyKey and PropertyOperator parameters by creating desired filter in Administration and Monitoring Console. To do this:
|
columnsOrder | string |
List of columns that should be added to the report. Possible values are:
|
sortColumnindex | int | Specifies the column that will be used to sort the records in the log. |
sortOrder | bool |
Specifies the order in which the records will be sorted:
|
You can find the example of using this API in the script. Download the script here or use the script code provided below.
Remarque : The parameters in this script should be replaced with your server address, tenant name, and your own credentials.
PowerShell script
4/12/2024 6:16:03 PM