Removing a Specific Event ID Completely
Created 2003-05-09 by
Wajih-ur-Rehman.
How can I remove all the occurrences of a specific event id from Monilog Report?
You would have to use the following syntax in the report options if you want to
exclude complete occurrences of a specific event
EventID-
Example:
682-
would remove ALL occurrences of 682 from the report. Please note that in the
above syntax there IS a space after the minus sign. So in the above example
what actually it will do is that it will remove all the occurrences of Event
682 from the report which have a space in their description. (Since the
description of most of the events DO contain a space, it is likely to remove
ALL occurrences of specified Event ID)
Similarly if you want to remove all occurrences of Event ID 600 and 700, then
you would use the following syntax in the report options:
600- ,700-
Once again note that there is a space after both minus signs.
|