By default, all Audit Management configurations persist/exist? in a file-based storage.
Certain parameters can be used to specify the relative directories in which AUDIT related information will is to be stored. These parameters are listed below.
|
Parameter |
Description |
|---|---|
|
AuditEventsFolderName |
This parameter is used to specify the working directory for audit management. The default directory path is $FMQ_DB_PATH/AUDIT. |
|
FiltersFolderName |
This parameter is used to specify the name of the directory for storing audit event filters. The default directory path is $FMQ_DB_PATH/$AuditEventFolderName/FILTERS. |
|
SearchFiltersFileName |
This parameter is used to specify the name of the file used to store search filters. |
|
StorageFiltersFileName |
This parameter is used to specify the name of the file used to store storage filters. |
|
PoliciesFolderName |
This parameter is used to specify the name of the directory for storing policies. The default directory path is $FMQ_DB_PATH/$AuditEventFolderName/POLICIES. |
|
FileName |
This parameter is used to specify the name of the file in which the audit events are persisted. |
These parameters may be configured offline in multiple ways such as though eStudio, Config.cfg, and Config.xml file as explained in the below sections.
34.7.1. Through eStudio
-
Open the required profile. Navigate to Fiorano > etc > Audit Manager
-
Navigate to Fiorano > etc > Audit Manager > StorageHandler
34.7.2 Through Configs.cfg
Navigate to element:
ObjectName=Fiorano.etc:Name=AuditManager,ServiceType=AuditManager,type=config
ClassName=fiorano.audit.events.impl.config.AuditEventHandlerConfig
...
ObjectName=Fiorano.etc:Name=AuditManager,ServiceType=AuditManager,type=config
34.7.3 Through Configs.xml
Navigate to element:
<AuditEventHandler ObjectName="Fiorano.etc:ServiceType=AuditManager,Name=AuditManager,type=config" ...>
...
</AuditEventHandler>