I am trying to create an ndepth query that will filter for specific events with the following rules:
if the event came from the application log of "ServerA" or "ServerB" and the event data logged contains "The remote server returned an error: (530) Not logged in." or "FTP Error - Retrying"
I want to eventually turn this into a rule that will alert some support people, but want to make sure that I get the appropriate events first. How do I build this?