Package | Description |
---|---|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Class and Description |
---|---|
class |
EventFilterPayload
Can be associated with
EventFilterRule for payload matching |
class |
EventFilterPayloadOr
A special class of payload filter that supports applying OR logic to matching.
|
Modifier and Type | Method and Description |
---|---|
EventFilterPayloadInterface |
EventFilterPayloadDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
ArrayList<EventFilterPayloadInterface> |
EventFilterPayloadOr.getPayloadFilters()
Get configured payload filters
|
ArrayList<EventFilterPayloadInterface> |
EventFilterRule.getPayloadFilters()
Get payload filters
|
Modifier and Type | Method and Description |
---|---|
EventFilterPayloadOr |
EventFilterPayloadOr.addPayloadFilter(EventFilterPayloadInterface p)
Add payload filter
|
EventFilterRule |
EventFilterRule.addPayloadFilter(EventFilterPayloadInterface p)
Add payload filter
|
Modifier and Type | Method and Description |
---|---|
void |
EventFilterPayloadOr.setPayloadFilters(ArrayList<EventFilterPayloadInterface> payloadFilters)
Set configured payload filters
|
void |
EventFilterRule.setPayloadFilters(ArrayList<EventFilterPayloadInterface> filters)
Set payload filters
|
Copyright © 2022. All rights reserved.