IMPAX 6.5.1 Server Knowledge Base home > Monitoring IMPAX Server > Monitoring IMPAX audit records

Configuring the format of exported audit files

The delimiter used to separate the values in the exported audit files can be configured to match the format of your auditing system. The default delimiter is the pipe character (|).

Tip

Tip:

The EVENT_INFO field may contain commas; therefore, if you are importing audit files into a spreadsheet, you may not want to use a comma as a delimiter between fields.

To configure the format of exported audit files

  1. Launch CLUI.

  2. To determine the current settings, type

    select * from MVF_TS_MODULE_CONFIG

  3. To set a new delimiter, type

    update MVF_TS_MODULE_CONFIG set value='desired_delimiter' where attribute='MAP_EVENT_AUDIT_DELIM'

  4. After the changes are made, restart MVF Task Scheduler.


Required permissions


See also


Topic number: 9341

Applies to: IMPAX 6.5.1 Server Knowledge Base