Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Digital Fingerprinting Visualization #321

Closed
jarmak-nv opened this issue Aug 8, 2022 · 3 comments · Fixed by #439
Closed

[FEA] Digital Fingerprinting Visualization #321

jarmak-nv opened this issue Aug 8, 2022 · 3 comments · Fixed by #439
Assignees
Labels
feature request New feature or request

Comments

@jarmak-nv
Copy link
Contributor

jarmak-nv commented Aug 8, 2022

Build a DFP post-processing stage that converts DFP output to necessary inputs for DFP visualization UI. This stage must:

  • Output overall anomaly score (mean_abs_z) and z_loss scores for each feature.
  • Save output to multiple files by grouping results by a specified time period.

Work with Viz team to integrate pipeline with their UI.

@Nihel01
Copy link

Nihel01 commented Sep 22, 2022

Hi Morpheus team!, I saw the visualization presented at GTC, is this something that is already up somewhere in the repo?

@BartleyR BartleyR assigned efajardo-nv and unassigned raykallen Sep 27, 2022
@hamreni
Copy link

hamreni commented Oct 13, 2022

Hi, like Nihel01, I don't find the new fingerprinting dashboard visualization example, presented on GTC. I really like those charts and hope that you can provide some source for using and developing further!

@efajardo-nv
Copy link
Contributor

@Nihel01 @hamreni We're polishing up the viz now. It will be included in the next release (22.11).

This was referenced Nov 3, 2022
ghost pushed a commit that referenced this issue Nov 18, 2022
Production DFP pipeline that uses new post-processing stage to generate input for DFP Visualization UI:
- `DFPVizPostprocStage` that selects columns from DFP output required by UI. Post-processing output is saved to multiple files where each corresponds to a specified time period (default is day).
- Python scripts for running viz pipeline for Azure and Duo.
- README with instructions for setting up environment and running DFP viz pipelines and UI for Azure and Duo.

Depends on nv-morpheus/morpheus-visualizations#5
Closes #321

Authors:
  - Eli Fajardo (https://github.com/efajardo-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #439
@ghost ghost closed this as completed in #439 Nov 18, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants