Network Management
How to create targeted discard rules for recurring Windows events in Log Analyzer
To reduce excessive log volume from recurring Windows NetProfM events in Log Analyzer, use targeted filtering rules based on the event ID and message content, and include the source IP address when appropriate. Avoid applying broad Windows error-level rules.
First published date
Last published date
Overview
Recurring Windows netprofm events can create excessive log volume in Log Analyzer. Use targeted rules based on the event ID, message content, and—when appropriate—the source IP address instead of a broad Windows error-level rule.
Product section
Cause
A rule matching all Windows events with Level = Error may also discard unrelated Windows errors that are important for monitoring and troubleshooting.
Resolution
-
Keep any broad rule using
Vendor = WindowsandLevel = Errordisabled. -
Open Log Viewer, click Settings, expand Windows Events under Processing Policies, select My Custom Rules, and click Create. Log Analyzer supports custom conditions and actions for Windows event processing.
-
Create a rule for Event ID
7001with conditions that match all of the following:- Vendor:
Windows - Level:
Error - Event ID:
7001 - Message contains:
Network List Service - IP Address: Add the relevant source IP addresses when filtering should apply only to specific servers.
- Vendor:
-
Create a separate rule for Event ID
10005with conditions that match all of the following:- Vendor:
Windows - Level:
Error - Event ID:
10005 - Message contains:
netprofm - IP Address: Add the relevant source IP addresses when required.
The case used separate rules with event ID, message content, and IP address conditions to target the intended events.
- Vendor:
-
For each rule, add these actions:
- Flag for discard
- Stop processing rules
Flag for discardprevents the matching event from being saved to the database, whileStop processing rulesprevents additional rules from processing that event. -
Place the targeted rules above any broader rules in the processing order. Log Analyzer displays rule execution order in the rules list, and rule order can be changed from the Processing tab.
-
Enable the Event ID
7001rule first and monitor Log Viewer for 15–30 minutes. Confirm that the intended events are no longer stored while unrelated Windows Error events continue to appear. -
Enable the Event ID
10005rule and repeat the same validation. If additional servers generate these events, add their IP addresses to the existing rules rather than creating unnecessary duplicate rules.
NOTE: These rules only control how matching events are processed and stored in Log Analyzer. They do not stop Windows from generating the underlying events. If the events must remain available for operational or compliance purposes, consider tagging them instead of discarding them.