Hello @all,
i'd like to implement a filtering script in event processing:
-----
if ($event->message like "*ERP Basis System*"){
return false; // Match rule
}
return true;
-----
Event processing should only throw a alarm, if there is NOT the text "ERP Basis System" in the message text of the event. How can/must i use wildcards in filtering scripts?
Thanks for helping me...
Greets
Marco