prevent logs about deletion of temporary Word file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
We implemented some auditing policies, and saw that when they opened a Word
document, a Delete success audit was logged.
This log is about deletion of temporary Word file.
I don't want system to create these logs. Although when someone deletes a
file, system must continue to create "delete success" logs.

How can I do?
Sevgi
 
The filesystem logging is not sensitive to the characteristics of
the audited filesystem objects.
If you are to meet your need with the event log then you should
look at reading the log with such as LogParser so that you do
not bother with events you want to filter out.
 
Back
Top