Avatar of Marketing_Insists
Marketing_Insists
 asked on

Event Viewer: stop certain errors from listing?

Sometimes my servers event logs get spammed with redundant errors/warnings/informational messages that I'd really rather not take up 90% of my log.  Is their a way to stop a particular error based on source/event from showing up in the first place?
Storage SoftwareWindows Server 2003

Avatar of undefined
Last Comment
Marketing_Insists

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
oBdA

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
MightySW

Agreed, you cannot filter the logs for any purpose while they are actually being written to.  Obviously you can change them after they have been saved.

You should find the root of the problem.  If you are having issues then please feel free to post here.

HTH
Marketing_Insists

ASKER
Was getting multiple Perlflib errors (source Perflib | event 1023) related to unloaded/corrupted performance monitor libraries.  In this case, removing the performance library reference in the registry to stopped the errors.

before:
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SomeService\Performance]
 "Library"="C:\\PROGRA~1\\MICROS~3\\SomeServicePMDLL.dll"

after:
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SomeService\Performance]
 "Library"="l"
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck