Use wildcard characters to specify multiple event sources (Banner)

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*Overflow
    represents all alarms that begin with
    Tank
    and end with
    Overflow.
  • 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?Overflow
    represents all alarms that start with
    Tank
    and end with
    Overflow
    with one character between
    Tank
    and
    Overflow
    , such as Tank1Overflow, Tank2Overflow, TankXOverflow.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal