This section lists some best practices for the 'not', 'matches', and 'fn:Parse()' functions.
Not
not(Severity='Critical')
not(matches(Summary,'backup stopped'))
For more information about detecting a missing event, see Event Search Examples: Advanced Search Techniques.
Matches
matches(Severity,'^M.*') and matches(Message,'service has stopped')
not(matches(Severity,’M.*’))
fn:Parse()
fn:Parse(Message,'device=(.*?).ca.com')='server1'
For more information about parsing property values to use fragments in event searches, see Event Search Examples: Advanced Search Techniques.
|
Copyright © 2013 CA.
All rights reserved.
|
|