IMPAX 6.5.1 Server Knowledge Base home > Monitoring IMPAX Server > Monitoring IMPAX audit records
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: 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
To determine the current settings, type
select * from MVF_TS_MODULE_CONFIG
To set a new delimiter, type
update MVF_TS_MODULE_CONFIG set value='desired_delimiter' where attribute='MAP_EVENT_AUDIT_DELIM'
After the changes are made, restart MVF Task Scheduler.
See also
Configuring when current audit records are moved to the older audit table
Defining when older audit records are deleted from the database
Exporting auditing information to a file
Topic number: 9341 Applies to: IMPAX 6.5.1 Server Knowledge Base |