Package | Description |
---|---|
com.mozilla.secops.httprequest |
HTTP request threshold and error rate monitoring
|
com.mozilla.secops.input |
Pipeline input
|
com.mozilla.secops.parser |
Log parsing, processing, and enrichment
|
Modifier and Type | Method and Description |
---|---|
EventFilter |
HTTPRequestToggles.toStandardFilter()
Convert the toggles to a standard EventFilter for use in HTTPRequest
|
Modifier and Type | Method and Description |
---|---|
EventFilter |
InputElement.getEventFilter()
Get event filter
|
Modifier and Type | Method and Description |
---|---|
InputElement |
InputElement.setEventFilter(EventFilter filter)
Set event filter to use with parsed reads
|
Modifier and Type | Method and Description |
---|---|
EventFilter |
EventFilter.matchAny() |
EventFilter |
EventFilter.passConfigurationTicks()
Configure filter to pass configuration ticks
|
EventFilter |
EventFilter.setWantUTC(Boolean flag)
Choose to ignore non-UTC timezone events
|
Modifier and Type | Method and Description |
---|---|
void |
ParserMultiDoFn.addParser(String name,
ParserCfg cfg,
EventFilter inlineFilter)
Add a new parser configuration and filter for the specified key name
|
static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Event>> |
EventFilter.getTransform(EventFilter filter)
Get composite transform to apply filter to event stream
|
ParserDoFn |
ParserDoFn.withInlineEventFilter(EventFilter inlineFilter)
Install an inline
EventFilter in this transform |
Copyright © 2022. All rights reserved.