Package | Description |
---|---|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Method and Description |
---|---|
EventFilterPayload |
EventFilterPayload.withIntegerMatch(EventFilterPayload.IntegerProperty property,
Integer i)
Add a new simple integer match to the payload filter
|
EventFilterPayload |
EventFilterPayload.withIntegerRangeMatch(EventFilterPayload.IntegerProperty property,
int low,
int high)
Add an integer range match to the payload filter
|
EventFilterPayload |
EventFilterPayload.withStringMatch(EventFilterPayload.StringProperty property,
String s)
Add a new simple string match to the payload filter
|
EventFilterPayload |
EventFilterPayload.withStringRegexMatch(EventFilterPayload.StringProperty property,
String s)
Add a new string regex match to the payload filter
|
Copyright © 2022. All rights reserved.