windows security log is full

1

2

When I remote into my work computer from home, I get an error message about 'windows security log is full'. Once I click OK, everything seems to work fine.

Is this something I should be worried about? how do I make it not happen?

Matthew Scouten

Posted 2009-11-17T18:41:09.160

Reputation: 1 423

Answers

5

Whereas you won't be adversely affected by it from a performance standpoint, you will not receive security notifications that get sent to that event log which can be worrisome.

You can go into Computer Management, expand the Event Viewer, right-click on the Security event log and set properties for the log size there which can make that notification go away. I'd suggest Overwrite events as needed in your case.

Security Event Log

squillman

Posted 2009-11-17T18:41:09.160

Reputation: 5 676

I would also increase the size those units are only KB! – Guy Thomas – 2009-11-17T19:43:05.307

Yeah, I just pulled the default off of one of my machines :) – squillman – 2009-11-17T20:03:46.937

0

You might want to find out what events are filling up the log. Increasing the log file size and setting it to overwrite as needed will help capture the events. Usually you shouldn’t fill up the security log that quickly.

I've seen that if you have Audit Process Tracking enabled in the local computer policy it will flood your security log with events.

Run gpedit.msc Computer Configuration > Windows Settings > Security Settings > Local Policies > Audit Policy > Audit process tracking

Avey

Posted 2009-11-17T18:41:09.160

Reputation: 56

Yeah looks like audit was on. However I do not have permission to change this, so I will have to live with it. – Matthew Scouten – 2009-11-17T21:15:18.850