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