Skip to main content
Skip table of contents

Configuring File Store

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.

ParameterDescription
AuditEventsFolderNameThis 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.

SearchFiltersFileNameThis parameter is used to specify the name of the file used to store search filters.
StorageFiltersFileNameThis parameter is used to specify the name of the file used to store storage filters.
PoliciesFolderNameThis parameter is used to specify the name of the directory for storing policies. The default directory path is $FMQ_DB_PATH/$AuditEventFolderName/POLICIES.
FileNameThis 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.

Through eStudio

  1. Open the required profile. Navigate to Fiorano > etc > Audit Manager


     
  2. Navigate to Fiorano > etc > Audit Manager > StorageHandler.

Through Configs.cfg

Navigate to element:

CODE
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

Through Configs.xml

Navigate to element:

CODE
<AuditEventHandler ObjectName="Fiorano.etc:ServiceType=AuditManager,Name=AuditManager,type=config" ...>
...
</AuditEventHandler>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.