BI server and web application back end support work with security information and event management (SIEM) systems.
A ready solution based on Foresight Analytics Platform can be integrated via an application system using a tool for real time analysis of running events and timely response to security threats in information systems.
NOTE. SIEM systems are not included in the Foresight Analytics Platform software package.
SIEM systems are based on the concept that information system security data is collected from different sources, and the result of data processing is displayed in an unified interface that is available for security data analysts, which makes it easier to analyze characteristics that are inherent to security incidents.
One of the main objectives of SIEM systems use is increasing information security in the existing architecture by ensuring the ability to operate security information and execute anticipatory management of incidents and security events almost in real time.
Work with security information and event management systems is aimed at solving the following tasks:
Collection, processing and analysis of security events received by the system from various sources.
Detection of attacks and violations of security criteria and policies in real time.
Timely assessment of degree of security of information, telecommunication and other critically important resources.
Analysis and management of security risks.
Investigation of incidents.
Taking effective information protection solutions.
Creation of reporting documents.
An access protocol.
A security information and event management system is installed and set up by the system administrator.
A security information and event management is deployed in the environment. When planning and deploying an application, the environment system administrator must use administrator guides provided by corresponding SIEM system vendors.
Integration with third-party SIEM systems is supported via CEF files and forwarding CEF security event messages in real time via the syslog protocol.
The security auditing log of Foresight Analytics Platform is stored in a database in internal format.
To export the file, use the security manager or the task scheduler.
In the security manager:
Open the security manager as an administrator.
Go to the Access Protocol section.
Save the access protocol to file using the
Export button on the toolbar. The standard dialog box opens, in which specify:
File name.
File type. To export the full protocol, select the Access Protocol Files (*.cef) type. To export the current view, select the CEF (*.cef) type.
File location.
Click the Save button.
In the task scheduler:
Create a Fore unit using the IAuditLog.Archive or IAuditLog.ArchiveToDate methods.
Create a assembly execution task, specify the created unit and set up task execution frequency.
Start the task for execution.
Then set up file import by means of SIEM server.
For details about creating an event parsing decoder see the Example of Data Import to Wazuh article.
To forward auditing messages to syslog server, set up:
The settings.xml file.
The priority of settings search:
settings.xml.
The [HKEY_CURRENT_USER] key.
The [HKEY_LOCAL_MACHINE] key.
If the SysLogServer section has been found during the search in the source, it is assumed that settings are read successfully event if the section is empty or contains incorrect records. Other sources are not searched. If any of parameters is absent in the source, default values are taken:
Active = False
Host = 127.0.0.1
Port = 514
Protocol = 0
The CEF file consists of a set of events, each event is written as a text string. An event corresponds to a certain operation executed in the repository. An event string consists of a title and a set of fields. The title starts from CEF:0| and ends with |AuditLog|Unknown|. Depending on the executed operation, one can use a full or short list of fields. The following fields are available in operations:
act. Event (operation).
cs1Label. It is always set to MetabaseId.
cs1. Repository identifier.
rt. Date and time of event generation.
outcome. Operation execution result. Available values: Success, Failure.
shost. Workstation.
suser. OS user.
cs2Label. It is always set to PlatformUser.
cs2. Foresight Analytics Platform. The field is empty if the logon failed, the field value: outcome = Failure.
cs3Label. It is always set to IPAddresses.
cs3. Set of IP addresses.
cs4Label. It is always set to ObjectName.
cs4. Object name.
cs5Label. It is always set to ObjectId.
cs5. Object identifier.
cs6Label. It is always set to AccessLevel. The field is available if mandatory access control method is enabled.
cs6. Access level. The field is available if mandatory access control method is enabled.
msg. Event comment. The field can be empty.
Available operations:
| Operation | Description | Fields | Example |
| FSAP_EV_LOGONS_IN | System logon. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_LOGONS_IN|AuditLog|Unknown|act= cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 12:00:10+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=Platform version: 10.11 x64 We application |
| FSAP_EV_LOGONS_OUT | System logout. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_LOGONS_OUT|AuditLog|Unknown|act= cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 14:15:50+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg= |
| FSAP_EV_LOGONS_NAVIGATOR | Enter navigator. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_LOGONS_NAVIGATOR|AuditLog|Unknown|act=Navigator login cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 12:00:11+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg= |
| FSAP_EV_OBJECT_OPERATIONS | Execute operation with repository object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OBJECT_OPERATIONS|AuditLog|Unknown|act=Change cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 13:15:43+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Data entry form cs5Label=ObjectId cs5=OBJ444299 msg= |
| FSAP_EV_OO_READ | Read object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_READ|AuditLog|Unknown|act=Read cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 13:20:59+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Data entry form cs5Label=ObjectId cs5=OBJ444299 msg= |
| FSAP_EV_OO_CREATE | Create an object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_CREATE|AuditLog|Unknown|act=Create cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 12:08:25+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Table cs5Label=ObjectId cs5=OBJ446424 msg= |
| FSAP_EV_OO_CHANGE | Change object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_CHANGE|AuditLog|Unknown|act=Change cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 06 2026 16:39:12+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Regular report cs5Label=ObjectId cs5=OBJ446419 msg= |
| FSAP_EV_OO_DELETE | Delete object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_DELETE|AuditLog|Unknown|act=Delete cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 18 2026 17:18:19+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Standard cube cs5Label=ObjectId cs5=OBJ444245 msg= |
| FSAP_EV_RDSE_READ | Read dictionary elements. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_RDSE_READ|AuditLog|Unknown|act=Read dictionary elements cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 30 2026 16:25:37+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Territories cs5Label=ObjectId cs5=DIC_RF msg= |
| FSAP_EV_RDSE_CHANGE | Change dictionary elements. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_RDSE_CHANGE|AuditLog|Unknown|act=Change dictionary elements cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 17 2026 13:08:29+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Dictionary cs5Label=ObjectId cs5=DICT2 msg=Elements changed : 5 attributes: Order. |
| FSAP_EV_RDSE_ADD | Add elements to dictionary. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_RDSE_ADD|AuditLog|Unknown|act=Add elements to dictionary cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 30 2026 10:39:41+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Dictionary cs5Label=ObjectId cs5=OBJ444935 msg=Elements added: Total information. |
| FSAP_EV_RDSE_DELETE | Delete dictionary elements. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_RDSE_DELETE|AuditLog|Unknown|act=Delete elements from dictionary cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 17 2026 17:07:10+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Dictionary cs5Label=ObjectId cs5=OBJ444935 msg=Elements deleted: Foe checking. |
| FSAP_EV_OSO_OBJECT_RIGHTS_CHANGE | Change element permissions. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OSO_OBJECT_RIGHTS_CHANGE|AuditLog|Unknown|act=Change permissions cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 02 2026 16:04:12+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Cube segment cs5Label=ObjectId cs5=OBJ433272 msg=Inheritance of access permissions from parent object is removed |
| FSAP_EV_OSO_RDS_ELEMENT_RIGHTS_CHANGE | Change MDM dictionary element permissions. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OSO_RDS_ELEMENT_RIGHTS_CHANGE|AuditLog|Unknown|act=Change element permissions cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 16 2026 11:59:25+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Dictionary of socio-economic indicators cs5Label=ObjectId cs5=DIC_SEP_COPY3 msg=Changed permissions for the 'TESTER' user/group before: 'Read,Change,Delete'; after: 'Access denied' for the 'INVESTMENTS' element |
| FSAP_EV_UO_READ | Read update from file or repository object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_UO_READ|AuditLog|Unknown|act=Read update cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 24 2026 09:33:35+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=File: D:\\Updates\\2.pefx Date: 24.07.2026 9:33:35 Size: 2602578 |
| FSAP_EV_UO_SAVE | Save update to file or repository object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_UO_SAVE|AuditLog|Unknown|act=Write update cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 01 2026 13:54:26+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=File: D:\\Updates\\3.pefx Date: 01.08.2026 13:43:31 Size: 1241279 |
| FSAP_EV_UO_APPLY | Apply update to repository. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_UO_APPLY|AuditLog|Unknown|act=Apply update cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 24 2026 09:36:30+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg= |
| FSAP_EV_UO_QUERY | Execute SQL query during the update. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_UO_QUERY|AuditLog|Unknown|act=Apply SQL command cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 14:56:40+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=INSERT into "T_UPDATE" (updatedate) VALUES (CURRENT_TIMESTAMP); |
| FSAP_EV_SO_POLICY_CHANGE | Change security policy. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_POLICY_CHANGE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 15 2026 14:40:47+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=Change password for the 'TESTER' user |
| FSAP_EV_SO_POLICY_READ | Read security policy. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_POLICY_READ|AuditLog|Unknown|act=Read policy cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 09:47:32+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg= |
| FSAP_EV_SO_SNAPSHOT_SAVE | Save security policy backup. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_SNAPSHOT_SAVE|AuditLog|Unknown|act=Save security policy environment cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 14:54:36+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 filePath=File: D:\\Archive\\Warehouse[07_08_2026].pppolicy |
| FSAP_EV_SO_SNAPSHOT_APPLY | Restore from security policy backup. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_SNAPSHOT_APPLY|AuditLog|Unknown|act=Apply security policy environment cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 14:54:40+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 filePath=File: D:\\Archive\\Warehouse[07_08_2026].pppolicy Date: 07.08.2026 14:54:36 Size: 3142 |
| FSAP_EV_SO_AUDITLOG_ARCHIVE_SAVE | Save access protocol to file. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_AUDITLOG_ARCHIVE_SAVE|AuditLog|Unknown|act=Save access protocol cs1Label=MetabaseId cs1=WAREHOUSE rt=Apr 03 2026 17:37:06+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 filePath=D:\\Archive\\access _protocol_Warehouse_2020-2026.pplog |
| FSAP_EV_VCS_CONNECTION_CHANGE | Connect to version control system (VCS). | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_VCS_CONNECTION_CHANGE|AuditLog|Unknown|act=Connect to VCS cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 17:10:55+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=Repository connected to version control system, Team Foundation Server - https://testserver.ru/company/WORK/_git/Project, Team Project - |
| FSAP_EV_VCS_PARAMETERS_CHANGE | Change version control system (VCS) settings. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_VCS_PARAMETERS_CHANGE|AuditLog|Unknown|act=Change VCS settings cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 17:24:38+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=Project changed on TFS server - 'https://testserver.ru/company/WORK/_git/Test' (before - 'https://testserver.ru/company/WORK/_git/Project') |
| FSAP_EV_VCS_REPOSITORY_SYNCHRONIZED | Synchronize version control system settings with repository. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_VCS_REPOSITORY_SYNCHRONIZED|AuditLog|Unknown|act=Synchronization with VCS cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 17:10:05+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 msg=Repository synchronized with version control system, Team Foundation Server - https://testserver.ru/company/WORK/_git/Project, Team Project - |
| FSAP_EV_CUSTOM_OPERATIONS | Security events for operations with custom objects. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_CUSTOM_OPERATIONS|AuditLog|Unknown|act=Start cs1Label=MetabaseId cs1=WAREHOUSE rt=Apr 03 2026 18:29:35+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Process cs5Label=ObjectId cs5=OBJ347351 msg=Execute the 'Start' operation for custom object |
| FSAP_EV_IEO_PRINT | Print. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_IEO_PRINT|AuditLog|Unknown|act=Print cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 06 2026 11:44:56+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Information panel cs5Label=ObjectId cs5=OBJ425821 msg=Preview Number of pages: 1 Result: Sent to print |
| FSAP_EV_IEO_EXPORT | Export. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_IEO_EXPORT|AuditLog|Unknown|act=Export cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 06 2026 11:44:56+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Information panel cs5Label=ObjectId cs5=OBJ425821 msg=Number of copies: 1 Number of pages: 1 Result: Success |
| FSAP_EV_IEO_IMPORT | Import. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_IEO_IMPORT|AuditLog|Unknown|act=Import cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 17 2026 16:44:33+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Indicators cs5Label=ObjectId cs5=OBJ444003 msg= |
| FSAP_EV_IEO_EXPORT_WEB | Export to web. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_IEO_EXPORT_WEB|AuditLog|Unknown|act=Export cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 11:39:29+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Regular report cs5Label=ObjectId cs5=OBJ446419 msg=Save object information to clipboard |
| FSAP_EV_OO_TBL_SELECT | Retrieve data. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_TBL_SELECT|AuditLog|Unknown|act=Get data cs1Label=MetabaseId cs1=WAREHOUSE rt=Sep 03 2026 18:02:21+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Table cs5Label=ObjectId cs5=OBJ390754 msg= |
| FSAP_EV_OO_TBL_INSERT | Insert data. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_TBL_INSERT|AuditLog|Unknown|act=Paste data cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 17 2026 18:01:26+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Table cs5Label=ObjectId cs5=OBJ444030 msg= |
| FSAP_EV_OO_TBL_UPDATE | Change data. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_TBL_UPDATE|AuditLog|Unknown|act=Change data cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 18 2026 14:07:18+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Table cs5Label=ObjectId cs5=OBJ444030 msg= |
| FSAP_EV_OO_TBL_DELETE | Delete data. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_TBL_DELETE|AuditLog|Unknown|act=Delete data cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 15 2026 17:22:59+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Table cs5Label=ObjectId cs5=OBJ443707 msg= |
| FSAP_EV_OO_TBL_ALTER | Change table structure. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_TBL_ALTER|AuditLog|Unknown|act=Change table structure cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 05 2026 12:08:23+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Table cs5Label=ObjectId cs5=OBJ446424 msg= |
| FSAP_EV_OO_PROC_EXECUTE | Execute procedure. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_PROC_EXECUTE|AuditLog|Unknown|act=Execution cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 17 2026 10:15:25+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Delete some incorrect data cs5Label=ObjectId cs5=_DELETE_INCORRECT_DATA msg= |
| FSAP_EV_OO_PROC_ALTER | Change procedure text. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_PROC_ALTER|AuditLog|Unknown|act=Change text cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 16 2026 08:48:01+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Procedure cs5Label=ObjectId cs5=P_UPDATE msg= |
| FSAP_EV_OO_MSPRB_EXECUTE | It starts modeling problem calculation. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_MSPRB_EXECUTE|AuditLog|Unknown|act=Execution cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 15:37:32+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Modeling problem cs5Label=ObjectId cs5=OBJ20162 msg= |
| FSAP_EV_OO_MSVAL_EXECUTE | Execute validation rule. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_MSVAL_EXECUTE|AuditLog|Unknown|act=Execution cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 08 2026 11:44:34+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=New validation rule cs5Label=ObjectId cs5=OBJ33886 msg= |
| FSAP_EV_OO_SCHT_EXECUTE | Execute task in scheduled tasks container. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_SCHT_EXECUTE|AuditLog|Unknown|act=Execution cs1Label=MetabaseId cs1=WAREHOUSE rt=Feb 05 2026 14:48:46+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Unit execution cs5Label=ObjectId cs5=OBJ414410 msg= |
| FSAP_EV_OO_CUBE_WRITE_DATA | Save data to cube. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_CUBE_WRITE_DATA|AuditLog|Unknown|act=Save data cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 30 2026 10:42:04+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Cube cs5Label=ObjectId cs5=OBJ444939 msg= |
| FSAP_EV_OO_CUBE_READ_FORMULAS | Read calculated cube formulas. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_CUBE_READ_FORMULAS|AuditLog|Unknown|act=Read formulas cs1Label=MetabaseId cs1=WAREHOUSE rt=Apr 09 2026 12:31:19+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Calculated cube cs5Label=ObjectId cs5=CALC_CUBE msg= |
| FSAP_EV_OO_CUBE_SAVE_FORMULAS | Save calculated cube formulas. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_CUBE_SAVE_FORMULAS|AuditLog|Unknown|act=Save formulas cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 17:08:36+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Calculated cube cs5Label=ObjectId cs5=CALC_CUBE msg= |
| FSAP_EV_OO_CUBE_EXECUTE | Execute cube data loader. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_CUBE_EXECUTE|AuditLog|Unknown|act=Execution cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 07 2026 15:03:14+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Cube loader cs5Label=ObjectId cs5=OBJ20137 msg= |
| FSAP_EV_OO_DB_OPEN_CONNECTION | Open connection of the Database object. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_DB_OPEN_CONNECTION|AuditLog|Unknown|act=Open connection cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 16 2026 15:13:05+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=Database _test cs5Label=ObjectId cs5=OBJ443816 msg=Server: <test.server> |
| FSAP_EV_OO_ETL_TASK_EXECUTE | Execute ETL task. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, cs4Label, cs4, cs5Label, cs5, cs6Label, cs6, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_OO_ETL_TASK_EXECUTE|AuditLog|Unknown|act=Execution cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 16 2026 16:15:28+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=ADMIN cs3Label=IPAddresses cs3=10.10.10.1 cs4Label=ObjectName cs4=ETL task cs5Label=ObjectId cs5=OBJ443815 msg= |
| FSAP_EV_SO_USER_ADD | Creating a user. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_ADD|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 15 2026 15:28:37+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'WORK\\ivanov.ivan' domain user created |
| FSAP_EV_SO_USER_DELETE | Delete the user. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_DELETE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 15 2026 17:33:39+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'WORK\\ivanov.ivan' user deleted |
| FSAP_EV_SO_USER_UPDATE | Change user properties. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=WAREHOUSE rt=Jun 15 2026 17:34:19+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Description changed for the 'USER1' user - before: '', after: 'Temporary user' |
| FSAP_EV_SO_USER_LOCK | Lock the user. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_LOCK|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 15 2026 18:01:37+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'USER1' user locked |
| FSAP_EV_SO_USER_UNLOCK | Unlock the user. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_UNLOCK|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 15 2026 18:01:43+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'USER1' user unlocked |
| FSAP_EV_SO_USER_PASSWORD_CHANGE | Change user password by the user. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_PASSWORD_CHANGE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:19:36+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=USER1 cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'USER1' user changed password |
| FSAP_EV_SO_USER_PASSWORD_ADMIN_CHANGE | Change user password by the administrator. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_USER_PASSWORD_ADMIN_CHANGE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:13:16+05:00 outcome=Failure shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Password of the 'USER1' user changed |
| FSAP_EV_SO_GROUP_ADD | Create a group. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_GROUP_ADD|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:22:30+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'GROUP0' group created |
| FSAP_EV_SO_GROUP_DELETE | Delete the group. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_GROUP_DELETE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:23:14+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'GROUP' group deleted |
| FSAP_EV_SO_GROUP_UPDATE | Change properties of group of users. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_GROUP_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:22:30+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Name of the 'group' group changed (before - 'GROUP0') |
| FSAP_EV_SO_GROUP_ASSIGN_SUBJECT | Include subject in the group. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_GROUP_ASSIGN_SUBJECT|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:22:54+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'USER1' subject included in the 'GROUP' group |
| FSAP_EV_SO_GROUP_REMOVE_SUBJECT | Exclude subject from the group. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_GROUP_REMOVE_SUBJECT|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:23:09+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'USER1' subject excluded from the 'GROUP' group |
| FSAP_EV_SO_AUDIT_USER_CREATE | Create a service user of security subsystem. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_AUDIT_USER_CREATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 11:29:16+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'AUDIT_USER' service used of security subsystem created |
| FSAP_EV_SO_AUDIT_USER_PASSWORD_CHANGE | Change password of service user of security subsystem. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_AUDIT_USER_PASSWORD_CHANGE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 11:31:12+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Password of the 'AUDIT_USER' service user of security subsystem changed |
| FSAP_EV_SO_PRIVILEGE_GRANT | Grant privileges. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_PRIVILEGE_GRANT|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:29:50+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'Access to Update Manager' privilege granted for the 'USER1' user/group |
| FSAP_EV_SO_PRIVILEGE_REVOKE | Revoke privileges. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_PRIVILEGE_REVOKE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:29:58+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'Access to Update Manager' privilege revoked from the 'USER1' user/group |
| FSAP_EV_SO_ACCESS_CATEGORY_ADD | Add a mandatory access control category. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_CATEGORY_ADD|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:30:29+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'CATEGORY0' category added |
| FSAP_EV_SO_ACCESS_CATEGORY_DELETE | Delete access category. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_CATEGORY_DELETE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:31:25+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'ACCESS CATEGORY' category deleted |
| FSAP_EV_SO_ACCESS_CATEGORY_UPDATE | Change access category. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_CATEGORY_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:30:58+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'ACCESS CATEGORY' category renamed (before - 'CATEGORY0') |
| FSAP_EV_SO_ACCESS_LEVEL_ADD | Add an access category level. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_LEVEL_ADD|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:30:39+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'Level - 2' level added to the 'CATEGORY0' category |
| FSAP_EV_SO_ACCESS_LEVEL_DELETE | Delete access category level. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_LEVEL_DELETE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:31:21+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=The 'Level - 2' level deleted from the 'ACCESS CATEGORY' category |
| FSAP_EV_SO_ACCESS_LEVEL_UPDATE | Change access category level. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_LEVEL_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:31:14+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Description of the 'Level - 3' of the 'ACCESS CATEGORY' changed |
| FSAP_EV_SO_GENERAL_POLICY_UPDATE | Change general policy. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_GENERAL_POLICY_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:37:49+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Identifier format changed: 'OBJ_*' |
| FSAP_EV_SO_PASSWORD_POLICY_UPDATE | Change password policy. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_PASSWORD_POLICY_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:38:03+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Maximum number of failed system logons changed - 3 (before - 0) |
| FSAP_EV_SO_ACCESS_CONTROL_SETTINGS_UPDATE | Change access control settings. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_ACCESS_CONTROL_SETTINGS_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:38:37+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Changed 'Use Password Hashing' 'Disabled' |
| FSAP_EV_SO_OBJECT_AUDIT_UPDATE | Change object auditing properties. | act, cs1Label, cs1, rt, outcome, shost, suser, cs2Label, cs2, cs3Label, cs3, msg. | CEF:0|Foresight|Foresight Analytics Platform|10.11.0|FSAP_EV_SO_OBJECT_AUDIT_UPDATE|AuditLog|Unknown|act=Change policy cs1Label=MetabaseId cs1=TEST rt=Jun 16 2026 10:39:23+05:00 outcome=Success shost=IVANOV suser=ivan.ivanov cs2Label=PlatformUser cs2=Admin cs3Label=IPAddresses cs3=10.10.10.1 msg=Auditing for the 'Read, Delete, Print' operations of the 'Regular Report' object class removed |
See also: