Improve description of event log ID regular expression

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Component/s: Documentation (D)

      We have in documentation:
      eventid - regular expression describing the event identifier(s)
      and example:
      eventlog[Security,,"Failure Audit",,529|680]

      So in this case not only 529 and 680 eventlog IDs will be collected. 1529, 2529 and other which like to 529 from regular expression.

      In this case would be better to use
      eventlog[Security,,"Failure Audit",,^(529|680)$]

            Assignee:
            Unassigned
            Reporter:
            Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: