i am trying to search through the syslog web app that is part of Orion. I have a server generating a syslog msg when a perticular process stops. it generates a syslog msg of "the process CMS.exe has exited", right now i have it searching for *CMS* and generating a an email alert. I want to have it send a msg that searches both *CMS* and *exit* i can't seem to do this, if you search events you put a ; between them like *CMS*;*exit* and it will search for it.
so if that is confusing enough i want it to search for syslog messages the contain *CMS* and *exit*. thank you