Package | Description |
---|---|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Method and Description |
---|---|
static EventFilterPayload.IntegerProperty |
EventFilterPayload.IntegerProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFilterPayload.IntegerProperty[] |
EventFilterPayload.IntegerProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<EventFilterPayload.IntegerProperty,Integer> |
EventFilterPayload.getIntegerMatchers()
Get configured integer matchers
|
Map<EventFilterPayload.IntegerProperty,EventFilterPayloadRange<Integer>> |
EventFilterPayload.getIntegerRangeMatchers()
Get configured integer range matchers
|
Modifier and Type | Method and Description |
---|---|
Integer |
PayloadBase.eventIntegerValue(EventFilterPayload.IntegerProperty property)
Return a given Integer payload field value based on the supplied field identifier
|
Integer |
Normalized.eventIntegerValue(EventFilterPayload.IntegerProperty property)
Return a given normalized payload field based on the supplied field identifier
|
Integer |
Nginx.eventIntegerValue(EventFilterPayload.IntegerProperty property) |
Integer |
GLB.eventIntegerValue(EventFilterPayload.IntegerProperty property) |
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
|
Modifier and Type | Method and Description |
---|---|
void |
EventFilterPayload.setIntegerMatchers(Map<EventFilterPayload.IntegerProperty,Integer> integerMatchers)
Set configured integer matchers
|
void |
EventFilterPayload.setIntegerRangeMatchers(Map<EventFilterPayload.IntegerProperty,EventFilterPayloadRange<Integer>> integerRangeMatchers)
Set configured integer range matchers
|
Copyright © 2022. All rights reserved.