Use wildcard characters to specify multiple event sources (Summary)
Multiple event sources can be specified using the
?
and *
wildcard characters as follows:- The asterisk character*in an alarm name represents zero or more characters and can appear in the middle or at the end of the alarm name. For example,Tank*Overflowrepresents all alarms that begin withTankand end withOverflow.
- The question mark?represents a zero or one character and can appear in the middle or at the end of the alarm name. For example,Tank?Overflowrepresents all alarms that start withTankand end withOverflowwith one character betweenTankandOverflow, such as Tank1Overflow, Tank2Overflow, TankXOverflow.
Provide Feedback