Config
Within the Config section, various events can be saved.
The event-saving feature can be toggled ON or OFF based on requirements.
Event Listeners
Event Listeners monitor events and execute actions accordingly.
ZTrust includes two built-in event listeners: the Logging Event Listener and the Email Event Listener.
When the Logging Event Listener is enabled, the listener logs error events to a designated log file.
You can utilize this listener to safeguard against hacker bot attacks.
The Email Event Listener sends an email notification to the user's account upon occurrence of an event. It supports the following events -
Login Error
Update Password
Update Time-based One-time Password (TOTP)
Remove Time-based One-time Password (TOTP)
Save Events
This is a toggle button, when activated (turned ON), login events are saved to a database, allowing access through the admin and account management consoles.
When deactivated (turned OFF), the events are not retained.
Saved Types
It determines which event types are saved.
Clear events
This will delete all the events in the database.
Expiration
This field establishes the expiration duration for events, dictating how long they are retained in the database.
Expired events are regularly removed from the database based on this setting.
You can choose the unit of duration from the dropdown menu, specifying whether it will be in minutes, hours, or days.
Admin Events Settings
You can keep a track or monitor all the events conducted by the administrator within the Admin Console.
Save Events
This toggle button, when activated (turned ON), stores all Admin events in the database, enabling access through the admin console.
If turned OFF, the admin events won’t be saved.
Include Representation
This toggle button, when enabled (turned ON), incorporates JSON documents transmitted via the admin REST API, so that you can review the administrator actions.
When this is turned ON, it results in a significant amount of information being stored in the database. You can also set a maximum representation length.
Clear admin events
This action will clear all saved admin events from the database.
Expiration
This field determines the expiration duration for saved Admin events.
The Expired Events are subsequently removed from the database when they expire.
You can choose the time duration unit from the dropdown menu, selecting either minutes, hours, or days.
Clear Changes
After changes are made, if you wish to discard them without saving, click on Clear Changes.
Save
To save and implement changes, click Save after making adjustments.
Last updated