mozilla-services / foxsec-pipeline

Log analysis pipeline utilizing Apache Beam
Mozilla Public License 2.0
25 stars 9 forks source link

private relay analysis transform #465

Closed ameihm0912 closed 4 years ago

ameihm0912 commented 4 years ago

Implement analysis transform for private relay based on https://bugzilla.mozilla.org/show_bug.cgi?id=1626333.

This is being added to the customs pipeline, since I don't think this needs a dedicated pipeline and this will make it easier to correlate this data directly with FxA if we need to do so in the future.

/cc @groovecoder

Closes #444