Package | Description |
---|---|
com.mozilla.secops.httprequest |
HTTP request threshold and error rate monitoring
|
Modifier and Type | Method and Description |
---|---|
static String |
HTTPRequest.buildConfigurationTick(HTTPRequest.HTTPRequestOptions options,
HTTPRequestToggles toggles)
Build a configuration tick for HTTPRequest given pipeline options and configuration toggles
|
static org.apache.beam.sdk.values.PCollection<Alert> |
HTTPRequest.expandInputMap(org.apache.beam.sdk.Pipeline p,
org.apache.beam.sdk.values.PCollectionTuple input,
HTTPRequest.HTTPRequestOptions options)
Expand the input collection tuple, executing analysis transforms for each element
|
static HTTPRequestToggles |
HTTPRequestToggles.fromPipelineOptions(HTTPRequest.HTTPRequestOptions o)
Initialize
HTTPRequestToggles using HTTPRequest pipeline options |
static Input |
HTTPRequest.getInput(org.apache.beam.sdk.Pipeline p,
HTTPRequest.HTTPRequestOptions options)
Given HTTPRequest pipeline options, return a configured
Input class |
static org.apache.beam.sdk.values.PCollectionTuple |
HTTPRequest.readInput(org.apache.beam.sdk.Pipeline p,
Input input,
HTTPRequest.HTTPRequestOptions options)
Read from a configured
Input object, returning a PCollectionTuple of events |
Copyright © 2022. All rights reserved.