Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Log files (session log, performance log, event log,end-user audit log, & manager audit log) Storage Duration

Does anyone have an idea on how long should log files (session log, performance log, event log,end-user audit log, & manager audit log) be stored?

2 Replies
adamdavi3s
Master
Master

Its personal preference really, I like to keep all mine for performance monitoring over time etc, but I do tend to archive them into months and years now and again... I really should write a batch script to do it.

Its the usual argument of how valuable is the data vs the storage cost

Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.

adamdavi3s
Master
Master

That has reminded me, I did write a batchfile for this!

Really simple:

::move log files older than a day

robocopy "D:\QlikView\Published Apps" "D:\QlikView\LogsApplication" *.log /s /mov /MINAGE:1