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

FEATURE: Add groupby fields to Dashboards relating to sankey diagrams #12657

Closed
dougburks opened this issue Mar 25, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@dougburks
Copy link
Contributor

dougburks commented Mar 25, 2024

As a defender, I may view a sankey diagram and want to filter or examine certain values from that diagram. We can achieve this by ensuring that there is a separate groupby table for each of the fields in the sankey diagram. To be consistent across all dashboards, we can standardize on a pattern like this:

groupby field1 | groupby -sankey field1 field2 | groupby field2

This displays a sankey diagram showing the relationship between the values in field1 and field2 and also creates separate groupby tables for field1 and field2 so that their values can be examined, filtered, or used in other queries.

@dougburks dougburks self-assigned this Mar 25, 2024
@dougburks dougburks added this to the 2.4.70 milestone Mar 25, 2024
dougburks added a commit that referenced this issue Mar 26, 2024
…ve-soc-dashboards

FEATURE: Include additional groupby fields in Dashboards relating to sankey diagrams #12657
@dougburks
Copy link
Contributor Author

Tested and verified:

image

@dougburks dougburks changed the title FEATURE: Include additional groupby fields in Dashboards relating to sankey diagrams FEATURE: Add groupby fields to Dashboards relating to sankey diagrams Apr 4, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant