Skip to main content
This log records events related to adding, deleting, and otherwise changing user permissions. Security event logging is disabled by default. Only a System Administrator can enable it, directly in a FlexiCapture database. For more information, see Security event log.
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:

Request parameters

All parameters are required. Make sure that they are specified correctly.
The search in Oracle Database is case-sensitive.

Build the filter parameter

The filter parameter takes a JSON object. For example:

Find the PropertyKey and PropertyOperator values

1

Open the browser developer tools

In the browser menu, click More tools → Developer tools, and go to the Network tab.
2

Create a filter in the console

Launch the Administration and Monitoring Console, go to Processing Monitor → Security event log, and click the Add filter button button.
3

Apply the filter criteria

Specify the filtering criteria and click Apply.
4

Read the filter parameters

Click the GetFilteredSecurityEvent request. The filtering parameters are listed on the Payload tab.

Example script

The following PowerShell script downloads the security event log. Replace the server address, tenant name, and credentials with your own.