public static class Pioneer.PioneerExfiltration extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Alert>> implements DocumentingTransform
This transform currently keys on very specific attributes of the ingested flows, namely everything other than a flow with a source port of 22 is excluded. This could be adapted to be more generic in the future if required.
Constructor and Description |
---|
PioneerExfiltration(Pioneer.PioneerOptions options)
Construct new PioneerExfiltration
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<Event> col) |
String |
getTransformDoc()
Get documentation string from transform based on it's current configuration
|
public PioneerExfiltration(Pioneer.PioneerOptions options)
options
- Pipeline optionspublic String getTransformDoc()
getTransformDoc
in interface DocumentingTransform
Copyright © 2022. All rights reserved.