- Negative lookahead for syslog string alerting. Used primarily on Solarwinds syslog viewer, this should be placed in the message type field to discriminate against anything that includes the string "PLATFORM" in a syslog message. All other messages will apply as normal.
^(?!.*PLATFORM).*$
- IPv4 address matching
[0-9]+(?:\.[0-9]+){3}
No comments:
Post a Comment