Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Operators such as =, !=, >, LIKE, CONTAINS or regular expressions,

  • Specific field comparisons, such as USERNAME=AJSmith

  • Advanced date limitations such as DATE='last monday'

  • Precedence using parentheses, such as EVENTID='login' AND (TIME < 08:00:00 OR TIME > 17:00:00)

  • Advanced regular expressions using RE2 syntax: https://github.com/google/re2/wiki/Syntax

Note, SnareQL is not a database query language, even though it uses a subset and superset of SQL syntax.

...