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

[Security Solution] [Grouping] Support multiple expanded groups. #150516

Open
YulNaumenko opened this issue Feb 8, 2023 · 2 comments · Fixed by #152862
Open

[Security Solution] [Grouping] Support multiple expanded groups. #150516

YulNaumenko opened this issue Feb 8, 2023 · 2 comments · Fixed by #152862
Assignees
Labels
Team:Threat Hunting:Explore Team:Threat Hunting Security Solution Threat Hunting Team

Comments

@YulNaumenko
Copy link
Contributor

YulNaumenko commented Feb 8, 2023

Users can open the number of groups at one time.
Fields changes in the open grouping table are applied to other grouping tables.
Rendered mode view is also applied for all tables from open grouping table.
Fix sub component change settings to be applied to all expanded parts.

Multiple child components in view at same time

@elasticmachine
Copy link
Contributor

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

@stephmilovic stephmilovic self-assigned this Apr 6, 2023
stephmilovic added a commit that referenced this issue Apr 24, 2023
## Multi Level Grouping

Resolves #150516
Resolves #150514

Implements multi level grouping in Alerts table and Rule details table.
Supports 3 levels deep.


https://user-images.githubusercontent.com/6935300/232547389-7d778f69-d96d-4bd8-8560-f5ddd9fe8060.mov

### Test plan


https://docs.google.com/document/d/15oseanNzF-u-Xeoahy1IVxI4oV3wOuO8VhA886cA1U8/edit#

### To do

- [Cypress](#150666)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
nikitaindik pushed a commit to nikitaindik/kibana that referenced this issue Apr 25, 2023
…2862)

## Multi Level Grouping

Resolves elastic#150516
Resolves elastic#150514

Implements multi level grouping in Alerts table and Rule details table.
Supports 3 levels deep.


https://user-images.githubusercontent.com/6935300/232547389-7d778f69-d96d-4bd8-8560-f5ddd9fe8060.mov

### Test plan


https://docs.google.com/document/d/15oseanNzF-u-Xeoahy1IVxI4oV3wOuO8VhA886cA1U8/edit#

### To do

- [Cypress](elastic#150666)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
@stephmilovic stephmilovic reopened this Apr 27, 2023
@stephmilovic
Copy link
Contributor

Clarifying as there were questions over slack. This request is to support having multiple groups open at once (on the same level). So like, group by host name.

Current behavior:
Open host-1 , see alerts table. Open host-2, host-1 alerts table hides and host-2 alerts table shows

Requested behavior:
Open host-1 , see alerts table. Open host-2, see a second alerts table. host-1 stays the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Threat Hunting:Explore Team:Threat Hunting Security Solution Threat Hunting Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants