I have successfully used preprocessing of the message text in windows event log to drop events based on the text (via regex and discard).
Is it possible to access the event ID in pre processing as a way to drop events rather than selecting them in the key with lots of in the key.
Or any other ideas for a catchall for error events, but excluding a list of those evenyt id's we know are not required
Is it possible to access the event ID in pre processing as a way to drop events rather than selecting them in the key with lots of in the key.
Or any other ideas for a catchall for error events, but excluding a list of those evenyt id's we know are not required
Comment