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] Persist user preferences #69185

Open
rylnd opened this issue Jun 15, 2020 · 4 comments
Open

[Security] Persist user preferences #69185

rylnd opened this issue Jun 15, 2020 · 4 comments
Labels
enhancement New value added to drive a business result Meta Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM

Comments

@rylnd
Copy link
Contributor

rylnd commented Jun 15, 2020

There are several configuration points within the Security UI that are not persisted. If the user's preference doesn't match the default, the user must perform the same action on every page load.

This issue is meant to inventory, discuss, and address as many of these as possible.

A few to get the ball rolling:

  • Detections Page
    • Alerts Histogram
      • stack order
    • Alerts Table
      • Open/Closed filter
      • Row Count (Page Size)
    • Rules Table
      • Row Count (Page Size)
  • Overview Page
    • All Histograms
      • stack order
@rylnd rylnd added Meta enhancement New value added to drive a business result Team:SIEM labels Jun 15, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@spong
Copy link
Member

spong commented Jun 15, 2020

Thanks @rylnd! We should get row count persistence on the Alerts Table (both on the Detections and Rule Details pages) as part of #67156, but will still need to handle our custom status filter.

@cnasikas
Copy link
Member

cnasikas commented Jun 16, 2020

Thanks @rylnd! As @spong said in #67156 the following actions are persisted for every timeline table and specifically for Host Page (Events, External Alerts), Network (External Alerts), and Detections Page (Alerts list for all rules and detailed rule view):

  1. Column removal
  2. Column addition
  3. Column reorder
  4. Column resize
  5. Sorting
  6. Row count (Page Size)
  7. Resetting to default fields

@cnasikas
Copy link
Member

cnasikas commented Jul 20, 2020

Fixed by #67156. Persistence of Open/Closed filter is not supported at the moment.

@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Meta Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM
Projects
None yet
Development

No branches or pull requests

5 participants