Package | Description |
---|---|
com.mozilla.secops |
General utility classes and transforms for secops-beam
|
com.mozilla.secops.amo |
AMO analysis pipeline
|
com.mozilla.secops.authprofile |
Pipeline for authentication source profiling and alerting
|
com.mozilla.secops.awsbehavior |
Pipeline for monitoring AWS Cloudtrail events
|
com.mozilla.secops.customs |
Customs FxA analysis pipeline
|
com.mozilla.secops.gatekeeper |
Pipeline for AWS Guardduty and GCP ETD analysis
|
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
|
com.mozilla.secops.pioneer |
Pioneer analysis pipeline
|
com.mozilla.secops.postprocessing |
Pipeline for further processing of and correlation between alerts
|
com.mozilla.secops.streamwriter |
Simple stream writer
|
com.mozilla.secops.workshop |
Getting started with Beam introduction pipeline
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOOptions
Interface to allow for passing both input and output options to a class or function.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Amo.AmoOptions
Runtime options for
Amo pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthProfile.AuthProfileOptions
Runtime options for
AuthProfile pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
AwsBehavior.AwsBehaviorOptions
Runtime options for
AwsBehavior pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
Customs.CustomsOptions
Runtime options for
Customs pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
ETDTransforms.Options
Runtime options for ETD Transforms
|
static interface |
GatekeeperPipeline.GatekeeperOptions
Runtime options for
GatekeeperPipeline . |
static interface |
GuardDutyTransforms.Options
Runtime options for GuardDuty Transforms
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HTTPRequest.HTTPRequestOptions
Runtime options for
HTTPRequest pipeline. |
Modifier and Type | Method and Description |
---|---|
static org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PBegin,org.apache.beam.sdk.values.PCollection<String>> |
Input.compositeInputAdapter(InputOptions options,
String cfgTick)
Adapter to simplify
Input usage for pipelines that used previous composite input
tranform |
Input |
Input.fromPipelineOptions(InputOptions options,
String cfgTickMessage)
Configure input using specified
InputOptions |
static InputElement |
InputElement.fromPipelineOptions(String name,
InputOptions options,
String cfgTickMessage)
Return an
InputElement given pipeline options |
Modifier and Type | Method and Description |
---|---|
static ParserCfg |
ParserCfg.fromInputOptions(InputOptions options)
Create a parser configuration from pipeline
InputOptions |
Modifier and Type | Interface and Description |
---|---|
static interface |
Pioneer.PioneerOptions
Runtime options for
Pioneer pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
PostProcessing.PostProcessingOptions
Runtime options for
PostProcessing pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamWriter.StreamWriterOptions
Runtime options for
StreamWriter pipeline. |
Modifier and Type | Interface and Description |
---|---|
static interface |
Workshop.WorkshopOptions
Runtime options for
Workshop pipeline. |
Copyright © 2022. All rights reserved.