QUESTION:
How can I generate an Audit Report of changes made to Traverse? (eg. created device, delete test, etc)
SOLUTION:
The attached Perl Script will parse audit information recorded by Traverse and generate a report in CSV format suitable for importing into Excel.
In order to run this script copy it to <Traverse_Home> \plugin\utils on the BVE server and execute in the following manner;
For Traverse 9.4 and later:
parseAuditLog.pl --input="C:\Program Files (x86)\Traverse\Logs\webapp\Audit.log" --output="C:\Temp\AuditReport.csv
For Traverse 9.3 and earlier:
parseAuditLog.pl --input="C:\Program Files (x86)\Traverse\Logs\Audit.log" --output="C:\Temp\AuditReport.csv